blob: 6c2bd93f779cdfe5ac44d8b92fb0a3a16e7b7044 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The OmniROM Project
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:key="interface_menus"
android:title="@string/interface_menus_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<!-- Power Menu -->
<PreferenceCategory
android:key="category_power_menu"
android:title="@string/bars_and_menus_category_power_menu_title">
<CheckBoxPreference
android:key="power_menu_mobile_data"
android:title="@string/power_menu_toggle_mobile_data_title"
android:summary="@string/power_menu_toggle_mobile_data_summary"
android:persistent="false"/>
<CheckBoxPreference
android:key="power_menu_screenshot"
android:title="@string/power_menu_toggle_screenshot_title"
android:summary="@string/power_menu_toggle_screenshot_summary"
android:persistent="false"/>
<CheckBoxPreference
android:key="power_menu_screenrecord"
android:title="@string/power_menu_toggle_screenrecord_title"
android:summary="@string/power_menu_toggle_screenrecord_summary"
android:persistent="false"/>
<CheckBoxPreference
android:key="power_menu_airplane_mode"
android:title="@string/power_menu_toggle_airplane_mode_title"
android:summary="@string/power_menu_toggle_airplane_mode_summary"
android:persistent="false"/>
<CheckBoxPreference
android:key="power_menu_sound_toggles"
android:title="@string/power_menu_toggle_sound_toggles_title"
android:summary="@string/power_menu_toggle_sound_toggles_summary"
android:persistent="false"/>
</PreferenceCategory>
</PreferenceScreen>