blob: 579dc0e8cd32b1340b3516615e4dba022ced0c1e [file] [log] [blame]
maxwen0bd15382017-08-28 17:14:58 +02001<?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"
19 android:key="global_actions"
20 android:title="@string/global_actions_title">
21
22 <PreferenceCategory
23 android:key="global_actions_anim"
24 android:title="@string/global_actions_anim" >
25
26 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
27 android:key="advanced_reboot"
28 android:title="@string/global_actions_advanced_reboot_title"
maxwenf67423a2017-08-31 16:19:06 +020029 android:summary="@string/global_actions_advanced_reboot_summary_new"
30 android:defaultValue="false" />
maxwen0bd15382017-08-28 17:14:58 +020031 <ListPreference
32 android:key="power_menu_animations"
33 android:title="@string/power_menu_animation_title"
34 android:dialogTitle="@string/power_menu_animation_dialog_title"
35 android:entries="@array/power_menu_animations_entries"
36 android:entryValues="@array/power_menu_animations_values"
37 android:summary="@string/power_menu_animation_summary"
38 android:persistent="false" />
maxwenf67423a2017-08-31 16:19:06 +020039 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
40 android:key="lockscreen_power_menu_disabled"
41 android:title="@string/lockscreen_power_menu_disabled_title"
42 android:summary="@string/lockscreen_power_menu_disabled_summary"
43 android:defaultValue="false" />
44
maxwen0bd15382017-08-28 17:14:58 +020045 </PreferenceCategory>
46</PreferenceScreen>