[fenix] For https://github.com/mozilla-mobile/fenix/issues/11153 - String for privat...
[gecko.git] / mobile / android / fenix / app / src / main / res / xml / private_browsing_preferences.xml
blobb38305b2cde29ea3ffbd117b37e3e0db36c1d075
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     <Preference
7         android:key="@string/pref_key_add_private_browsing_shortcut"
8         android:title="@string/preferences_add_private_browsing_shortcut" />
9     <SwitchPreference
10         android:defaultValue="false"
11         android:key="@string/pref_key_open_links_in_a_private_tab"
12         android:title="@string/preferences_open_links_in_a_private_tab" />
13     <SwitchPreference
14         android:defaultValue="false"
15         android:key="@string/pref_key_allow_screenshots_in_private_mode"
16         android:summary="@string/preferences_screenshots_in_private_mode_disclaimer"
17         android:title="@string/preferences_allow_screenshots_in_private_mode" />
18 </PreferenceScreen>