maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2013 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="interface_menus" |
| 20 | android:title="@string/interface_menus_title" |
| 21 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> |
| 22 | |
| 23 | <!-- Power Menu --> |
| 24 | <PreferenceCategory |
| 25 | android:key="category_power_menu" |
| 26 | android:title="@string/bars_and_menus_category_power_menu_title"> |
| 27 | |
| 28 | <CheckBoxPreference |
Sergiu Sandor | cab521f | 2013-12-14 13:03:21 +0200 | [diff] [blame] | 29 | android:key="power_menu_mobile_data" |
| 30 | android:title="@string/power_menu_toggle_mobile_data_title" |
| 31 | android:summary="@string/power_menu_toggle_mobile_data_summary" |
| 32 | android:persistent="false"/> |
| 33 | |
| 34 | <CheckBoxPreference |
maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 35 | android:key="power_menu_screenshot" |
| 36 | android:title="@string/power_menu_toggle_screenshot_title" |
| 37 | android:summary="@string/power_menu_toggle_screenshot_summary" |
maxwen | 7c4e097 | 2013-12-10 02:41:06 +0100 | [diff] [blame] | 38 | android:persistent="false"/> |
Sasikumar D R | 8ed9169 | 2013-11-30 23:00:55 +0530 | [diff] [blame] | 39 | |
| 40 | <CheckBoxPreference |
| 41 | android:key="power_menu_screenrecord" |
| 42 | android:title="@string/power_menu_toggle_screenrecord_title" |
| 43 | android:summary="@string/power_menu_toggle_screenrecord_summary" |
maxwen | 7c4e097 | 2013-12-10 02:41:06 +0100 | [diff] [blame] | 44 | android:persistent="false"/> |
Sergiu Sandor | cab521f | 2013-12-14 13:03:21 +0200 | [diff] [blame] | 45 | |
| 46 | <CheckBoxPreference |
| 47 | android:key="power_menu_airplane_mode" |
| 48 | android:title="@string/power_menu_toggle_airplane_mode_title" |
| 49 | android:summary="@string/power_menu_toggle_airplane_mode_summary" |
| 50 | android:persistent="false"/> |
| 51 | |
| 52 | <CheckBoxPreference |
| 53 | android:key="power_menu_sound_toggles" |
| 54 | android:title="@string/power_menu_toggle_sound_toggles_title" |
| 55 | android:summary="@string/power_menu_toggle_sound_toggles_summary" |
| 56 | android:persistent="false"/> |
maxwen | 460c661 | 2013-12-05 01:26:16 +0100 | [diff] [blame] | 57 | </PreferenceCategory> |
| 58 | |
| 59 | </PreferenceScreen> |