private_browsing_preferences.xml (1734B)
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 <Preference 8 android:defaultValue="false" 9 android:key="@string/pref_key_add_private_browsing_shortcut" 10 android:title="@string/preferences_add_private_browsing_shortcut" /> 11 <SwitchPreference 12 android:defaultValue="false" 13 android:key="@string/pref_key_open_links_in_a_private_tab" 14 android:title="@string/preferences_open_links_in_a_private_tab" /> 15 <SwitchPreference 16 android:defaultValue="false" 17 android:key="@string/pref_key_allow_screenshots_in_private_mode" 18 android:summary="@string/preferences_screenshots_in_private_mode_disclaimer" 19 android:title="@string/preferences_allow_screenshots_in_private_mode" /> 20 <PreferenceCategory 21 android:key="@string/pref_key_pbm_lock_category_divider" 22 android:layout="@xml/preference_category_divider" 23 android:selectable="false" /> 24 <SwitchPreference 25 android:defaultValue="false" 26 android:key="pref_key_private_browsing_locked_enabled" 27 android:summary="@string/preferences_pbm_lock_screen_summary_3" 28 android:title="@string/preferences_pbm_lock_screen_title" /> 29 <Preference 30 android:key="@string/pref_key_private_browsing_lock_device_feature_enabled" 31 android:title="@string/pbm_authentication_lock_device_feature_disabled" /> 32 </PreferenceScreen>