Skip to content

Commit

Permalink
update app mini main activity
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 29, 2019
1 parent faef65e commit 84c3c3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 0 additions & 15 deletions app-mini/src/debug/AndroidManifest.xml
Expand Up @@ -124,22 +124,7 @@
</receiver>




<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="org.torproject.android.ui.hiddenservices.storage"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/hidden_services_paths" />
</provider>



<activity android:name=".ui.onboarding.OnboardingActivity"/>
<activity android:name=".ui.onboarding.BridgeWizardActivity"/>


</application>
Expand Down
Expand Up @@ -493,6 +493,7 @@ private void enableVPN (boolean enable)
}
else {
Prefs.putUseVpn(enable);
Prefs.putStartOnBoot(enable);

if (enable) {
startActivityForResult(new Intent(MiniMainActivity.this, VPNEnableActivity.class), REQUEST_VPN);
Expand Down

0 comments on commit 84c3c3e

Please sign in to comment.