blob: 82dec0ba33df06500c0cee6f0e5f2aad1ae72664 [file] [log] [blame]
maxwen460c6612013-12-05 01:26:16 +01001<?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
29 android:key="power_menu_screenshot"
30 android:title="@string/power_menu_toggle_screenshot_title"
31 android:summary="@string/power_menu_toggle_screenshot_summary"
32 android:defaultValue="false" />
33 </PreferenceCategory>
34
35</PreferenceScreen>