tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 8197d5c649889e3170d62c368156b4878e2b130d
parent 6066fe800542ac9758b497ae62e6ae27e00ffe08
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Tue, 21 Oct 2025 20:47:21 +0000

Bug 1987633 - Remove appservices keep rules. r=android-reviewers,nalexander

Differential Revision: https://phabricator.services.mozilla.com/D266851

Diffstat:
Mmobile/android/fenix/app/proguard-rules.pro | 6------
Mmobile/android/focus-android/app/proguard-rules.pro | 18------------------
2 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/mobile/android/fenix/app/proguard-rules.pro b/mobile/android/fenix/app/proguard-rules.pro @@ -20,11 +20,5 @@ public static int d(...); } -#################################################################################################### -# Mozilla Application Services -#################################################################################################### - --keep class mozilla.appservices.** { *; } - # Keep code generated from Glean Metrics -keep class org.mozilla.fenix.GleanMetrics.** { *; } diff --git a/mobile/android/focus-android/app/proguard-rules.pro b/mobile/android/focus-android/app/proguard-rules.pro @@ -3,18 +3,6 @@ # If we update this, we'll have to update our Sentry config to upload ProGuard mappings. -dontobfuscate - -##### Default proguard settings: - -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in /Users/sebastian/Library/Android/sdk/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the proguardFiles -# directive in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - #################################################################################################### # Android architecture components #################################################################################################### @@ -23,12 +11,6 @@ -dontwarn mozilla.components.** #################################################################################################### -# Mozilla Application Services -#################################################################################################### - --keep class mozilla.appservices.** { *; } - -#################################################################################################### # REMOVE all Log messages except warnings and errors #################################################################################################### -assumenosideeffects class android.util.Log {