blob: 27483385a4aab4f987f265e66ea9cf650c1c976f [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" />
maxwenaf27e082017-12-05 13:27:30 +010031
maxwenf67423a2017-08-31 16:19:06 +020032 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
33 android:key="lockscreen_power_menu_disabled"
34 android:title="@string/lockscreen_power_menu_disabled_title"
35 android:summary="@string/lockscreen_power_menu_disabled_summary"
36 android:defaultValue="false" />
37
maxwen0bd15382017-08-28 17:14:58 +020038 </PreferenceCategory>
39</PreferenceScreen>