[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.1.0esr-16.0-1] fixup! [android] Disable features and functionality



Title: GitLab

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:

Changes:

  • mobile/android/fenix/app/src/main/AndroidManifest.xml
    ... ... @@ -482,13 +482,13 @@
    482 482
             <activity-alias
    
    483 483
                 android:name="org.mozilla.gecko.BrowserApp"
    
    484 484
                 android:targetActivity=".IntentReceiverActivity"
    
    485
    -            android:exported="true">
    
    485
    +            android:exported="false">
    
    486 486
             </activity-alias>
    
    487 487
     
    
    488 488
             <!-- Activity alias from Fennec used by PWA launchers on the home screen -->
    
    489 489
             <activity-alias
    
    490 490
                 android:name="org.mozilla.gecko.LauncherActivity"
    
    491
    -            android:exported="true"
    
    491
    +            android:exported="false"
    
    492 492
                 android:targetActivity=".IntentReceiverActivity">
    
    493 493
                 <intent-filter>
    
    494 494
                     <action android:name="org.mozilla.gecko.WEBAPP" />
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx