brizental pushed to branch tor-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 99d8dffc by Beatriz Rizental at 2026-08-27T18:40:46-03:00 fixup! [android] Disable features and functionality Bug 45145: Prevent other apps from opening Tor Browser - - - - - 1 changed file: - mobile/android/fenix/app/src/main/AndroidManifest.xml Changes: ===================================== mobile/android/fenix/app/src/main/AndroidManifest.xml ===================================== @@ -482,13 +482,13 @@ <activity-alias android:name="org.mozilla.gecko.BrowserApp" android:targetActivity=".IntentReceiverActivity" - android:exported="true"> + android:exported="false"> </activity-alias> <!-- Activity alias from Fennec used by PWA launchers on the home screen --> <activity-alias android:name="org.mozilla.gecko.LauncherActivity" - android:exported="true" + android:exported="false" android:targetActivity=".IntentReceiverActivity"> <intent-filter> <action android:name="org.mozilla.gecko.WEBAPP" /> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/99d8dffc... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/99d8dffc... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
brizental (@brizental)