clairehurst pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • mobile/android/fenix/app/src/main/AndroidManifest.xml
    ... ... @@ -746,13 +746,19 @@
    746 746
     
    
    747 747
             <meta-data
    
    748 748
                 android:name="firebase_messaging_auto_init_enabled"
    
    749
    -            android:value="true" />
    
    749
    +            android:value="false" />
    
    750 750
             <meta-data
    
    751 751
                 android:name="firebase_analytics_collection_enabled"
    
    752 752
                 android:value="false" />
    
    753 753
             <meta-data
    
    754 754
                 android:name="firebase_analytics_collection_deactivated"
    
    755 755
                 android:value="true" />
    
    756
    +        <meta-data
    
    757
    +            android:name="google_analytics_adid_collection_enabled"
    
    758
    +            android:value="false" />
    
    759
    +        <meta-data
    
    760
    +            android:name="google_analytics_default_allow_ad_personalization_signals"
    
    761
    +            android:value="false" />
    
    756 762
             <!-- Removes the default Workmanager  initialization so that we can use on-demand initializer. -->
    
    757 763
             <provider
    
    758 764
                 android:name="androidx.startup.InitializationProvider"