blob: 12225057042e9b37601573bf45a6096b0cae5e5b [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" >
Marko Manf13ba492017-02-22 01:44:15 +010025
26 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
27 android:key="advanced_reboot"
28 android:title="@string/global_actions_advanced_reboot_title"
29 android:summary="@string/global_actions_advanced_reboot_summary" />
30 <ListPreference
maxwen78553a62016-09-30 18:55:14 +020031 android:key="power_menu_animations"
32 android:title="@string/power_menu_animation_title"
33 android:dialogTitle="@string/power_menu_animation_dialog_title"
34 android:entries="@array/power_menu_animations_entries"
35 android:entryValues="@array/power_menu_animations_values"
36 android:summary="@string/power_menu_animation_summary"
37 android:persistent="false" />
38 </PreferenceCategory>
39
40 <PreferenceCategory
41 android:key="global_actions_list"
42 android:title="@string/global_actions_header" >
maxwen082e1092016-02-12 22:57:23 +010043
44 <SwitchPreference
45 android:key="power"
46 android:title="@string/global_actions_power_title"
47 android:persistent="false" />
48 <SwitchPreference
49 android:key="reboot"
50 android:title="@string/global_actions_reboot_title"
51 android:persistent="false" />
52 <SwitchPreference
53 android:key="lockdown"
54 android:title="@string/global_actions_lockdown_title"
55 android:persistent="false" />
56 <SwitchPreference
57 android:key="settings"
58 android:title="@string/global_actions_settings_title"
59 android:persistent="false" />
60 <SwitchPreference
61 android:key="airplane"
62 android:title="@string/global_actions_airplane_title"
63 android:persistent="false" />
Philipp Vogel1f67c682016-03-15 16:24:01 +010064 <SwitchPreference
Philipp Vogel2a0e34a2016-02-23 19:21:16 +010065 android:key="screenshot"
66 android:title="@string/global_actions_screenshot_title"
67 android:persistent="false" />
68 <SwitchPreference
69 android:key="screenrecord"
70 android:title="@string/global_actions_screenrecord_title"
71 android:persistent="false" />
maxwen082e1092016-02-12 22:57:23 +010072 <SwitchPreference
Philipp Vogel1f67c682016-03-15 16:24:01 +010073 android:key="torch"
74 android:title="@string/global_actions_torch_title"
75 android:persistent="false" />
76 <SwitchPreference
maxwen082e1092016-02-12 22:57:23 +010077 android:key="users"
78 android:title="@string/global_actions_users_title"
79 android:persistent="false" />
80 <SwitchPreference
81 android:key="voiceassist"
82 android:title="@string/global_actions_voiceassist_title"
83 android:persistent="false" />
84 <SwitchPreference
85 android:key="silent"
86 android:title="@string/global_actions_silent_title"
87 android:persistent="false" />
88 <SwitchPreference
89 android:key="dnd"
90 android:title="@string/global_actions_dnd_title"
91 android:persistent="false" />
Alexd2254bb2016-09-23 20:59:08 +020092 </PreferenceCategory>
maxwen082e1092016-02-12 22:57:23 +010093</PreferenceScreen>