[tor-commits] [orbot/master] make sure all the activities we need are included

n8fr8 at torproject.org n8fr8 at torproject.org
Sat May 12 04:50:45 UTC 2018


commit be61431834dc94a5845b8d25739bf321e1e00e1a
Author: n8fr8 <nathan at freitas.net>
Date:   Sat May 12 00:25:14 2018 -0400

    make sure all the activities we need are included
---
 app/src/main/AndroidManifest.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 71e64e1a..56db8266 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -154,6 +154,9 @@
                 android:value=".OrbotMainActivity" />
         </activity>
 
+        <activity android:name=".ui.onboarding.OnboardingActivity"/>
+        <activity android:name=".ui.onboarding.BridgeWizardActivity"/>
+
         <provider
             android:name=".ui.hiddenservices.providers.CookieContentProvider"
             android:authorities="org.torproject.android.ui.hiddenservices.providers.cookie"





More information about the tor-commits mailing list