blob: 6a5ca697da402fa930e46c7413b30942775d8282 [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_screenshot"
android:title="@string/power_menu_toggle_screenshot_title"
android:summary="@string/power_menu_toggle_screenshot_summary"
android:defaultValue="false" />
<CheckBoxPreference
android:key="power_menu_screenrecord"
android:title="@string/power_menu_toggle_screenrecord_title"
android:summary="@string/power_menu_toggle_screenrecord_summary"
android:defaultValue="false" />
</PreferenceCategory>
</PreferenceScreen>