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_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_compose_homepage"
android:title="@string/preferences_debug_settings_compose_homepage"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_key_use_new_bookmarks_ui"
android:title="@string/preferences_debug_settings_compose_bookmarks"
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_menu_redesign"
android:title="@string/preferences_debug_settings_menu_redesign"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_key_toolbar_show_navigation_toolbar"
android:title="@string/preferences_debug_settings_navigation_toolbar"
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_microsurvey_feature_enabled"
android:title="@string/preferences_debug_settings_microsurvey_feature"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_key_set_as_default_browser_prompt_enabled"
android:title="@string/preferences_debug_settings_set_as_default_browser_prompt_for_existing_users_feature"
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>