blob: 75d5092896a8a3b31525ddfa8b0334e21600d8bc [file] [log] [blame]
maxwen082e1092016-02-12 22:57:23 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 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"
Marko Manf4414772016-09-21 21:45:46 +020019 android:key="global_actions"
maxwen082e1092016-02-12 22:57:23 +010020 android:title="@string/global_actions_title">
21
maxwen78553a62016-09-30 18:55:14 +020022 <PreferenceCategory
23 android:key="global_actions_anim"
24 android:title="@string/global_actions_anim" >
25 <ListPreference
26 android:key="power_menu_animations"
27 android:title="@string/power_menu_animation_title"
28 android:dialogTitle="@string/power_menu_animation_dialog_title"
29 android:entries="@array/power_menu_animations_entries"
30 android:entryValues="@array/power_menu_animations_values"
31 android:summary="@string/power_menu_animation_summary"
32 android:persistent="false" />
33 </PreferenceCategory>
34
35 <PreferenceCategory
36 android:key="global_actions_list"
37 android:title="@string/global_actions_header" >
maxwen082e1092016-02-12 22:57:23 +010038
39 <SwitchPreference
40 android:key="power"
41 android:title="@string/global_actions_power_title"
42 android:persistent="false" />
43 <SwitchPreference
44 android:key="reboot"
45 android:title="@string/global_actions_reboot_title"
46 android:persistent="false" />
47 <SwitchPreference
48 android:key="lockdown"
49 android:title="@string/global_actions_lockdown_title"
50 android:persistent="false" />
51 <SwitchPreference
52 android:key="settings"
53 android:title="@string/global_actions_settings_title"
54 android:persistent="false" />
55 <SwitchPreference
56 android:key="airplane"
57 android:title="@string/global_actions_airplane_title"
58 android:persistent="false" />
Philipp Vogel1f67c682016-03-15 16:24:01 +010059 <SwitchPreference
Philipp Vogel2a0e34a2016-02-23 19:21:16 +010060 android:key="screenshot"
61 android:title="@string/global_actions_screenshot_title"
62 android:persistent="false" />
63 <SwitchPreference
64 android:key="screenrecord"
65 android:title="@string/global_actions_screenrecord_title"
66 android:persistent="false" />
maxwen082e1092016-02-12 22:57:23 +010067 <SwitchPreference
Philipp Vogel1f67c682016-03-15 16:24:01 +010068 android:key="torch"
69 android:title="@string/global_actions_torch_title"
70 android:persistent="false" />
71 <SwitchPreference
maxwen082e1092016-02-12 22:57:23 +010072 android:key="users"
73 android:title="@string/global_actions_users_title"
74 android:persistent="false" />
75 <SwitchPreference
76 android:key="voiceassist"
77 android:title="@string/global_actions_voiceassist_title"
78 android:persistent="false" />
79 <SwitchPreference
80 android:key="silent"
81 android:title="@string/global_actions_silent_title"
82 android:persistent="false" />
83 <SwitchPreference
84 android:key="dnd"
85 android:title="@string/global_actions_dnd_title"
86 android:persistent="false" />
Alexd2254bb2016-09-23 20:59:08 +020087 </PreferenceCategory>
maxwen082e1092016-02-12 22:57:23 +010088</PreferenceScreen>