blob: 6c2bd93f779cdfe5ac44d8b92fb0a3a16e7b7044 [file] [log] [blame]
maxwen460c6612013-12-05 01:26:16 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 The OmniROM Project
3
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>.
16 -->
17
18<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
19 android:key="interface_menus"
20 android:title="@string/interface_menus_title"
21 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
22
23 <!-- Power Menu -->
24 <PreferenceCategory
25 android:key="category_power_menu"
26 android:title="@string/bars_and_menus_category_power_menu_title">
27
28 <CheckBoxPreference
Sergiu Sandorcab521f2013-12-14 13:03:21 +020029 android:key="power_menu_mobile_data"
30 android:title="@string/power_menu_toggle_mobile_data_title"
31 android:summary="@string/power_menu_toggle_mobile_data_summary"
32 android:persistent="false"/>
33
34 <CheckBoxPreference
maxwen460c6612013-12-05 01:26:16 +010035 android:key="power_menu_screenshot"
36 android:title="@string/power_menu_toggle_screenshot_title"
37 android:summary="@string/power_menu_toggle_screenshot_summary"
maxwen7c4e0972013-12-10 02:41:06 +010038 android:persistent="false"/>
Sasikumar D R8ed91692013-11-30 23:00:55 +053039
40 <CheckBoxPreference
41 android:key="power_menu_screenrecord"
42 android:title="@string/power_menu_toggle_screenrecord_title"
43 android:summary="@string/power_menu_toggle_screenrecord_summary"
maxwen7c4e0972013-12-10 02:41:06 +010044 android:persistent="false"/>
Sergiu Sandorcab521f2013-12-14 13:03:21 +020045
46 <CheckBoxPreference
47 android:key="power_menu_airplane_mode"
48 android:title="@string/power_menu_toggle_airplane_mode_title"
49 android:summary="@string/power_menu_toggle_airplane_mode_summary"
50 android:persistent="false"/>
51
52 <CheckBoxPreference
53 android:key="power_menu_sound_toggles"
54 android:title="@string/power_menu_toggle_sound_toggles_title"
55 android:summary="@string/power_menu_toggle_sound_toggles_summary"
56 android:persistent="false"/>
maxwen460c6612013-12-05 01:26:16 +010057 </PreferenceCategory>
58
59</PreferenceScreen>