maxwen | 0bd1538 | 2017-08-28 17:14:58 +0200 | [diff] [blame] | 1 | <?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" |
maxwen | f67423a | 2017-08-31 16:19:06 +0200 | [diff] [blame] | 29 | android:summary="@string/global_actions_advanced_reboot_summary_new" |
| 30 | android:defaultValue="false" /> |
maxwen | af27e08 | 2017-12-05 13:27:30 +0100 | [diff] [blame] | 31 | |
maxwen | f67423a | 2017-08-31 16:19:06 +0200 | [diff] [blame] | 32 | <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 | |
maxwen | 0bd1538 | 2017-08-28 17:14:58 +0200 | [diff] [blame] | 38 | </PreferenceCategory> |
| 39 | </PreferenceScreen> |