blob: 8b1e50a3b2f65fd8fc2bb67a0359b4413bcb2811 [file] [log] [blame]
maxwencd7421a2015-08-03 00:43:36 +02001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 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<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
19
20 <PreferenceCategory
Hernán Castañón Álvarez48f27ce2015-12-06 13:19:50 +010021 android:key="lockscreen_shortcut"
22 android:title="@string/lockscreen_shortcut_title" >
23
24 <com.android.settings.preference.SecureCheckBoxPreference
25 android:key="lockscreen_voice_shortcut"
26 android:title="@string/lockscreen_voice_shortcut_title"
27 android:summary="@string/lockscreen_voice_shortcut_summary"
28 android:defaultValue="true"/>
29
30 </PreferenceCategory>
31
32 <PreferenceCategory
maxwencd7421a2015-08-03 00:43:36 +020033 android:key="lockscreen_wallpaper"
34 android:title="@string/lockscreen_wallpaper_title" >
35
36 <Preference
37 android:key="lockscreen_wallpaper_set"
38 android:title="@string/lockscreen_wallpaper_set_title"
39 android:persistent="false"/>
40
41 <Preference
42 android:key="lockscreen_wallpaper_clear"
43 android:title="@string/lockscreen_wallpaper_clear_title"
44 android:persistent="false"/>
45
46 </PreferenceCategory>
47</PreferenceScreen>