From 77a540b6598d13b1706e3fda9eca11c49bb9975f Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Tue, 6 Apr 2021 13:43:51 -0400 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/18819 - Hide the Credit Card preference by default (https://github.com/mozilla-mobile/fenix/pull/18820) --- app/src/main/res/xml/preferences.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index d0251dd2b5..e96be5a2f2 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -3,8 +3,7 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - + app:allowDividerBelow="false" /> + android:layout="@layout/preference_cat_style"> + android:key="@string/pref_key_account_auth_error" /> + app:isPreferenceVisible="false" /> + app:isPreferenceVisible="false" /> + android:layout="@layout/preference_cat_style"> + android:title="@string/preferences_credit_cards" + app:isPreferenceVisible="false" /> + android:title="@string/preferences_private_browsing_options" /> + android:title="@string/preferences_customize_amo_collection" /> + android:title="@string/preferences_external_download_manager" />