maxwen | 082e109 | 2016-02-12 22:57:23 +0100 | [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:title="@string/global_actions_title"> |
| 20 | |
| 21 | <Preference |
| 22 | android:summary="@string/global_actions_header" |
| 23 | android:selectable="false" /> |
| 24 | |
| 25 | <SwitchPreference |
| 26 | android:key="power" |
| 27 | android:title="@string/global_actions_power_title" |
| 28 | android:persistent="false" /> |
| 29 | <SwitchPreference |
| 30 | android:key="reboot" |
| 31 | android:title="@string/global_actions_reboot_title" |
| 32 | android:persistent="false" /> |
| 33 | <SwitchPreference |
| 34 | android:key="lockdown" |
| 35 | android:title="@string/global_actions_lockdown_title" |
| 36 | android:persistent="false" /> |
| 37 | <SwitchPreference |
| 38 | android:key="settings" |
| 39 | android:title="@string/global_actions_settings_title" |
| 40 | android:persistent="false" /> |
| 41 | <SwitchPreference |
| 42 | android:key="airplane" |
| 43 | android:title="@string/global_actions_airplane_title" |
| 44 | android:persistent="false" /> |
Philipp Vogel | 1f67c68 | 2016-03-15 16:24:01 +0100 | [diff] [blame] | 45 | <SwitchPreference |
Philipp Vogel | 2a0e34a | 2016-02-23 19:21:16 +0100 | [diff] [blame] | 46 | android:key="screenshot" |
| 47 | android:title="@string/global_actions_screenshot_title" |
| 48 | android:persistent="false" /> |
| 49 | <SwitchPreference |
| 50 | android:key="screenrecord" |
| 51 | android:title="@string/global_actions_screenrecord_title" |
| 52 | android:persistent="false" /> |
maxwen | 082e109 | 2016-02-12 22:57:23 +0100 | [diff] [blame] | 53 | <SwitchPreference |
Philipp Vogel | 1f67c68 | 2016-03-15 16:24:01 +0100 | [diff] [blame] | 54 | android:key="torch" |
| 55 | android:title="@string/global_actions_torch_title" |
| 56 | android:persistent="false" /> |
| 57 | <SwitchPreference |
maxwen | 082e109 | 2016-02-12 22:57:23 +0100 | [diff] [blame] | 58 | android:key="users" |
| 59 | android:title="@string/global_actions_users_title" |
| 60 | android:persistent="false" /> |
| 61 | <SwitchPreference |
| 62 | android:key="voiceassist" |
| 63 | android:title="@string/global_actions_voiceassist_title" |
| 64 | android:persistent="false" /> |
| 65 | <SwitchPreference |
| 66 | android:key="silent" |
| 67 | android:title="@string/global_actions_silent_title" |
| 68 | android:persistent="false" /> |
| 69 | <SwitchPreference |
| 70 | android:key="dnd" |
| 71 | android:title="@string/global_actions_dnd_title" |
| 72 | android:persistent="false" /> |
| 73 | </PreferenceScreen> |