summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/main/res/xml/secret_settings_preferences.xml
blob: c1bc03395e95636a8aeaf331af9f3589b2139129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?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: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>