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

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



Title: GitLab

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

Commits:

  • e2b56df1
    by clairehurst at 2025-09-30T16:16:53-06:00
    fixup! [android] Disable features and functionality
    
    tor-browser#44080 Further remove "Analytics data collection and usage"
    

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"
    

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