Source code

Revision control

Copy as Markdown

Other Tools

<?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"
<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_address_sync"
android:title="@string/preferences_debug_settings_address_sync"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_key_enable_homepage_searchbar"
android:title="@string/preferences_debug_settings_homepage_searchbar"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_key_override_user_specified_homepage_sections"
android:title="@string/preferences_debug_settings_override_user_specified_homepage_sections"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_key_enable_compose_logins"
android:title="@string/preferences_debug_settings_compose_logins"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_key_enable_homepage_as_new_tab"
android:title="@string/preferences_debug_settings_homepage_as_new_tab"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_key_enable_discover_more_stories"
android:title="@string/preferences_debug_settings_discover_more_stories"
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_enable_composable_toolbar"
android:title="@string/preferences_debug_settings_composable_toolbar"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_enable_toolbar_redesign"
android:title="@string/preferences_debug_settings_toolbar_redesign"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_enable_simple_toolbar_customization"
android:title="@string/preferences_debug_settings_simple_toolbar_customization"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_enable_expanded_toolbar_customization"
android:title="@string/preferences_debug_settings_expanded_toolbar_customization"
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_enable_unified_trust_panel"
android:title="@string/preferences_debug_settings_unified_trust_panel"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_enable_trending_searches"
android:title="@string/preferences_debug_settings_trending_searches"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_use_remote_search_configuration"
android:title="@string/preferences_debug_settings_remote_search_configuration"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_enable_recent_searches"
android:title="@string/preferences_debug_settings_recent_searches"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_enable_shortcuts_suggestions"
android:title="@string/preferences_debug_settings_shortcuts_suggestions"
app:iconSpaceReserved="false" />
<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_use_new_crash_reporter"
android:title="@string/preferences_debug_crash_dialog_preview"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_key_microsurvey_feature_enabled"
android:title="@string/preferences_debug_settings_microsurvey_feature"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_doh_settings_enabled"
android:title="@string/preferences_debug_settings_enable_doh_settings"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_enable_lna_blocking_enabled"
android:title="@string/preferences_debug_settings_enable_lna_blocking"
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"
/>
<SwitchPreference
android:key="@string/pref_key_persistent_debug_menu"
android:title="@string/preferences_persistent_debug_menu"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_crash_pull_never_show_again"
android:title="@string/preferences_crash_pull_never_show_again"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_tab_manager_enhancements"
android:title="@string/preferences_tab_manager_enhancements"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_terms_accepted"
android:title="@string/preferences_terms_of_use_accepted"
app:iconSpaceReserved="false" />
<SwitchPreference
android:key="@string/pref_key_debug_terms_trigger_time"
android:title="@string/preferences_terms_of_use_debug_timer"
app:iconSpaceReserved="false" />
</PreferenceScreen>