Files
IronFox/patches/global-privacy-control.patch
2025-05-27 19:00:55 -04:00

15 lines
914 B
Diff

diff --git a/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml b/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml
index 2760c9c367..8b8902e0c2 100644
--- a/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml
+++ b/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml
@@ -93,7 +93,8 @@
<androidx.preference.SwitchPreference
android:defaultValue="false"
android:key="@string/pref_key_privacy_enable_global_privacy_control"
- android:title="@string/preference_enhanced_tracking_protection_custom_global_privacy_control" />
+ android:title="@string/preference_enhanced_tracking_protection_custom_global_privacy_control"
+ app:isPreferenceVisible="false" />
<Preference
android:layout="@layout/preference_divider"
android:selectable="false" />