blob: cc50072c52f6bd338b658a2bb4887c5d1c0e7ed7 [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"
maxwen0c7e4e22018-03-09 18:36:45 +010019 android:key="global_actions"
20 android:title="@string/global_actions_title">
maxwen0bd15382017-08-28 17:14:58 +020021
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020022 <org.omnirom.omnilib.preference.SecureSettingSwitchPreference
maxwen197a9082018-04-16 16:40:46 +020023 android:key="advanced_reboot"
24 android:title="@string/global_actions_advanced_reboot_title"
25 android:summary="@string/global_actions_advanced_reboot_summary_new"
26 android:defaultValue="false" />
maxwen0bd15382017-08-28 17:14:58 +020027
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020028 <org.omnirom.omnilib.preference.SecureSettingSwitchPreference
maxwen197a9082018-04-16 16:40:46 +020029 android:key="lockscreen_power_menu_disabled"
30 android:title="@string/lockscreen_power_menu_disabled_title"
31 android:summary="@string/lockscreen_power_menu_disabled_summary"
32 android:defaultValue="false" />
maxwenaf27e082017-12-05 13:27:30 +010033
maxwen0bd15382017-08-28 17:14:58 +020034</PreferenceScreen>