
brizental pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser Commits: d2f8f495 by Beatriz Rizental at 2025-09-30T17:20:51+02:00 fixup! [android] Disable features and functionality Disable access to advertising ID. - - - - - 1 changed file: - mobile/android/fenix/app/src/main/AndroidManifest.xml Changes: ===================================== mobile/android/fenix/app/src/main/AndroidManifest.xml ===================================== @@ -30,6 +30,9 @@ <uses-permission android:name="android.permission.VIBRATE" /> <uses-permission android:name="android.permission.USE_BIOMETRIC" /> + <!-- tor-browser#43729: Disable access to the advertising ID --> + <uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove" /> + <!-- Needed to prompt the user to give permission to install a downloaded apk --> <uses-permission-sdk-23 android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d2f8f495... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d2f8f495... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
brizental (@brizental)