brizental pushed to branch tor-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Tor Browser

Commits:

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" />