summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/main/res/xml/secret_settings_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/fenix/app/src/main/res/xml/secret_settings_preferences.xml')
-rw-r--r--mobile/android/fenix/app/src/main/res/xml/secret_settings_preferences.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/mobile/android/fenix/app/src/main/res/xml/secret_settings_preferences.xml b/mobile/android/fenix/app/src/main/res/xml/secret_settings_preferences.xml
new file mode 100644
index 0000000000..a1774c1204
--- /dev/null
+++ b/mobile/android/fenix/app/src/main/res/xml/secret_settings_preferences.xml
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - 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/. -->
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="@string/pref_key_allow_third_party_root_certs"
+ android:title="@string/preferences_debug_settings_allow_third_party_root_certs"
+ android:summary="@string/preferences_debug_settings_allow_third_party_root_certs_summary"
+ app:iconSpaceReserved="false" />
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="@string/pref_key_nimbus_use_preview"
+ android:title="@string/preferences_nimbus_use_preview_collection"
+ app:iconSpaceReserved="false" />
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="@string/pref_key_enable_tabs_tray_to_compose"
+ android:title="@string/preferences_debug_settings_tabs_tray_to_compose"
+ app:iconSpaceReserved="false" />
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="@string/pref_key_enable_compose_top_sites"
+ android:title="@string/preferences_debug_settings_compose_top_sites"
+ app:iconSpaceReserved="false" />
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="@string/pref_key_enable_menu_redesign"
+ android:title="@string/preferences_debug_settings_menu_redesign"
+ app:iconSpaceReserved="false" />
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="@string/pref_key_toolbar_use_redesign_incomplete"
+ android:title="@string/preferences_debug_settings_toolbar_redesign"
+ app:iconSpaceReserved="false" />
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="@string/pref_key_enable_fxsuggest"
+ android:title="@string/preferences_debug_settings_fxsuggest"
+ app:iconSpaceReserved="false" />
+ <SwitchPreference
+ android:key="@string/pref_key_should_enable_felt_privacy"
+ app:iconSpaceReserved="false"
+ android:title="@string/preferences_debug_felt_privacy"
+ />
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="@string/pref_key_enable_debug_drawer"
+ android:title="@string/preferences_debug_settings_debug_drawer"
+ app:iconSpaceReserved="false" />
+ <SwitchPreference
+ android:defaultValue="false"
+ android:key="@string/pref_key_enable_tab_strip"
+ android:title="@string/preferences_debug_settings_tab_strip"
+ app:iconSpaceReserved="false" />
+ <EditTextPreference
+ android:key="@string/pref_key_custom_glean_server_url"
+ android:title="@string/preferences_debug_settings_custom_glean_server_url"
+ android:inputType="textUri"
+ app:useSimpleSummaryProvider="true"
+ app:iconSpaceReserved="false" />
+ <Preference
+ android:key="@string/pref_key_custom_sponsored_stories_parameters"
+ app:iconSpaceReserved="false"
+ android:title="@string/preferences_debug_settings_custom_sponsored_stories_parameters"
+ />
+ <SwitchPreference
+ android:key="@string/pref_key_remote_server_prod"
+ app:iconSpaceReserved="false"
+ android:title="@string/preferences_debug_settings_remote_settings_server"
+ />
+</PreferenceScreen>