secret_settings_preferences.xml (9914B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" 6 xmlns:app="http://schemas.android.com/apk/res-auto"> 7 <SwitchPreference 8 android:defaultValue="false" 9 android:key="@string/pref_key_allow_third_party_root_certs" 10 android:title="@string/preferences_debug_settings_allow_third_party_root_certs" 11 android:summary="@string/preferences_debug_settings_allow_third_party_root_certs_summary" 12 app:iconSpaceReserved="false" /> 13 <SwitchPreference 14 android:defaultValue="false" 15 android:key="@string/pref_key_nimbus_use_preview" 16 android:title="@string/preferences_nimbus_use_preview_collection" 17 app:iconSpaceReserved="false" /> 18 <SwitchPreference 19 android:defaultValue="false" 20 android:key="@string/pref_key_enable_address_sync" 21 android:title="@string/preferences_debug_settings_address_sync" 22 app:iconSpaceReserved="false" /> 23 <SwitchPreference 24 android:defaultValue="false" 25 android:key="@string/pref_key_enable_homepage_searchbar" 26 android:title="@string/preferences_debug_settings_homepage_searchbar" 27 app:iconSpaceReserved="false" /> 28 <SwitchPreference 29 android:defaultValue="false" 30 android:key="@string/pref_key_enable_compose_logins" 31 android:title="@string/preferences_debug_settings_compose_logins" 32 app:iconSpaceReserved="false" /> 33 <SwitchPreference 34 android:defaultValue="false" 35 android:key="@string/pref_key_enable_homepage_as_new_tab" 36 android:title="@string/preferences_debug_settings_homepage_as_new_tab" 37 app:iconSpaceReserved="false" /> 38 <SwitchPreference 39 android:defaultValue="false" 40 android:key="@string/pref_key_enable_firefox_labs" 41 android:title="@string/preferences_debug_settings_firefox_labs" 42 app:iconSpaceReserved="false" /> 43 <SwitchPreference 44 android:defaultValue="false" 45 android:key="@string/pref_key_enable_mozilla_ads_client" 46 android:title="@string/preferences_debug_settings_mozilla_ads_client" 47 app:iconSpaceReserved="false" /> 48 <SwitchPreference 49 android:defaultValue="false" 50 android:key="@string/pref_key_enable_discover_more_stories" 51 android:title="@string/preferences_debug_settings_discover_more_stories" 52 app:iconSpaceReserved="false" /> 53 <SwitchPreference 54 android:defaultValue="false" 55 android:key="@string/pref_key_enable_menu_redesign" 56 android:title="@string/preferences_debug_settings_menu_redesign" 57 app:iconSpaceReserved="false" /> 58 <SwitchPreference 59 android:defaultValue="false" 60 android:key="@string/pref_key_should_show_custom_tab_extensions" 61 android:title="@string/preferences_debug_settings_custom_tab_extensions" 62 app:iconSpaceReserved="false" /> 63 <SwitchPreference 64 android:defaultValue="false" 65 android:key="@string/pref_key_enable_composable_toolbar" 66 android:title="@string/preferences_debug_settings_composable_toolbar" 67 app:iconSpaceReserved="false" /> 68 <SwitchPreference 69 android:key="@string/pref_key_enable_toolbar_redesign" 70 android:title="@string/preferences_debug_settings_toolbar_redesign" 71 app:iconSpaceReserved="false" /> 72 <SwitchPreference 73 android:key="@string/pref_key_enable_toolbar_customization" 74 android:title="@string/preferences_debug_settings_toolbar_customization" 75 app:iconSpaceReserved="false" /> 76 <SwitchPreference 77 android:defaultValue="false" 78 android:key="@string/pref_key_use_minimal_bottom_toolbar_while_entering_text" 79 android:title="@string/preferences_debug_settings_use_minimal_bottom_toolbar_while_entering_text" 80 app:iconSpaceReserved="false" /> 81 <SwitchPreference 82 android:defaultValue="false" 83 android:key="@string/pref_key_use_scroll_data_for_dynamic_toolbar" 84 android:title="@string/preferences_debug_settings_use_scroll_data_for_dynamic_toolbar" 85 app:iconSpaceReserved="false" /> 86 <SwitchPreference 87 android:defaultValue="false" 88 android:key="@string/pref_key_allow_settings_search" 89 android:title="@string/preferences_debug_settings_settings_search" 90 app:iconSpaceReserved="false" /> 91 <SwitchPreference 92 android:defaultValue="false" 93 android:key="@string/pref_key_enable_fxsuggest" 94 android:title="@string/preferences_debug_settings_fxsuggest" 95 app:iconSpaceReserved="false" /> 96 <SwitchPreference 97 android:key="@string/pref_key_enable_unified_trust_panel" 98 android:title="@string/preferences_debug_settings_unified_trust_panel" 99 app:iconSpaceReserved="false" /> 100 <SwitchPreference 101 android:key="@string/pref_key_use_remote_search_configuration" 102 android:title="@string/preferences_debug_settings_remote_search_configuration" 103 app:iconSpaceReserved="false" /> 104 <SwitchPreference 105 android:defaultValue="false" 106 android:key="@string/pref_key_enable_debug_drawer" 107 android:title="@string/preferences_debug_settings_debug_drawer" 108 app:iconSpaceReserved="false" /> 109 <SwitchPreference 110 android:defaultValue="false" 111 android:key="@string/pref_key_use_new_crash_reporter" 112 android:title="@string/preferences_debug_crash_dialog_preview" 113 app:iconSpaceReserved="false" /> 114 <SwitchPreference 115 android:defaultValue="false" 116 android:key="@string/pref_key_microsurvey_feature_enabled" 117 android:title="@string/preferences_debug_settings_microsurvey_feature" 118 app:iconSpaceReserved="false" /> 119 <SwitchPreference 120 android:key="@string/pref_key_doh_settings_enabled" 121 android:title="@string/preferences_debug_settings_enable_doh_settings" 122 app:iconSpaceReserved="false" /> 123 <SwitchPreference 124 android:key="@string/pref_key_enable_lna_feature_enabled" 125 android:title="@string/preferences_debug_settings_enable_lna_feature" 126 app:iconSpaceReserved="false" /> 127 <SwitchPreference 128 android:key="@string/pref_key_enable_lna_blocking_enabled" 129 android:title="@string/preferences_debug_settings_enable_lna_blocking" 130 app:iconSpaceReserved="false" /> 131 <SwitchPreference 132 android:key="@string/pref_key_enable_lna_tracker_blocking_enabled" 133 android:title="@string/preferences_debug_settings_enable_lna_tracker_blocking" 134 app:iconSpaceReserved="false" /> 135 <SwitchPreference 136 android:key="@string/pref_key_enable_isolated_process" 137 android:title="@string/preferences_debug_settings_isolated_process" 138 app:iconSpaceReserved="false" /> 139 <SwitchPreference 140 android:key="@string/pref_key_enable_app_zygote_process" 141 android:title="@string/preferences_debug_settings_app_zygote" 142 app:iconSpaceReserved="false" /> 143 <EditTextPreference 144 android:key="@string/pref_key_custom_glean_server_url" 145 android:title="@string/preferences_debug_settings_custom_glean_server_url" 146 android:inputType="textUri" 147 app:useSimpleSummaryProvider="true" 148 app:iconSpaceReserved="false" /> 149 <Preference 150 android:key="@string/pref_key_custom_sponsored_stories_parameters" 151 app:iconSpaceReserved="false" 152 android:title="@string/preferences_debug_settings_custom_sponsored_stories_parameters" 153 /> 154 <SwitchPreference 155 android:key="@string/pref_key_remote_server_prod" 156 app:iconSpaceReserved="false" 157 android:title="@string/preferences_debug_settings_remote_settings_server" 158 /> 159 <SwitchPreference 160 android:key="@string/pref_key_persistent_debug_menu" 161 android:title="@string/preferences_persistent_debug_menu" 162 app:iconSpaceReserved="false" /> 163 <SwitchPreference 164 android:key="@string/pref_key_crash_pull_never_show_again" 165 android:title="@string/preferences_crash_pull_never_show_again" 166 app:iconSpaceReserved="false" /> 167 <SwitchPreference 168 android:key="@string/pref_key_tab_manager_enhancements" 169 android:title="@string/preferences_tab_manager_enhancements" 170 app:iconSpaceReserved="false" /> 171 <SwitchPreference 172 android:key="@string/pref_key_tab_manager_opening_animation" 173 android:title="@string/preferences_tab_manager_opening_animation" 174 app:iconSpaceReserved="false" /> 175 <SwitchPreference 176 android:key="@string/pref_key_tab_search" 177 android:title="@string/preferences_tab_search_feature" 178 app:iconSpaceReserved="false" /> 179 <SwitchPreference 180 android:key="@string/pref_key_terms_accepted" 181 android:title="@string/preferences_terms_of_use_accepted" 182 app:iconSpaceReserved="false" /> 183 <SwitchPreference 184 android:key="@string/pref_key_debug_terms_trigger_time" 185 android:title="@string/preferences_terms_of_use_debug_timer" 186 app:iconSpaceReserved="false" /> 187 <SwitchPreference 188 android:key="@string/pref_key_terms_latest_date" 189 android:title="@string/preferences_terms_of_use_latest_update_date" 190 app:iconSpaceReserved="false" /> 191 <SwitchPreference 192 android:key="@string/pref_key_enable_relay_email_masks" 193 android:title="@string/preferences_enable_relay_email_masks" 194 app:iconSpaceReserved="false" /> 195 <SwitchPreference 196 android:key="@string/pref_key_enable_persistent_onboarding" 197 android:title="@string/preferences_debug_settings_enable_persistent_onboarding" 198 app:iconSpaceReserved="false" /> 199 </PreferenceScreen>