blob: a146218f2c12c2b219bbd8abebf93dc23dbf85a3 [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">
maxwencd7421a2015-08-03 00:43:36 +020019 <PreferenceCategory
Hernán Castañón Álvarez48f27ce2015-12-06 13:19:50 +010020 android:key="lockscreen_shortcut"
21 android:title="@string/lockscreen_shortcut_title" >
22
maxwenb24d71b2017-02-21 01:18:28 +010023 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
maxwen082d8472016-02-18 02:12:31 +010024 android:key="lockscreen_shortcuts_enable"
25 android:title="@string/lockscreen_shortcuts_enable_title"
26 android:defaultValue="true"/>
27
maxwenb24d71b2017-02-21 01:18:28 +010028 <org.omnirom.omnigears.preference.SecureCheckBoxPreference
maxwen3217a992016-03-03 02:45:04 +010029 android:key="lockscreen_camera_shortcut_enable"
30 android:title="@string/lockscreen_camera_shortcut_enable_title"
31 android:summary="@string/lockscreen_camera_shortcut_enable_summary"
32 android:defaultValue="true"
33 android:dependency="lockscreen_shortcuts_enable" />
34
maxwenb24d71b2017-02-21 01:18:28 +010035 <org.omnirom.omnigears.preference.SecureCheckBoxPreference
maxwen3217a992016-03-03 02:45:04 +010036 android:key="lockscreen_left_shortcut_enable"
37 android:title="@string/lockscreen_left_shortcut_enable_title"
38 android:summary="@string/lockscreen_left_shortcut_enable_summary"
39 android:defaultValue="true"
40 android:dependency="lockscreen_shortcuts_enable" />
41
maxwenb24d71b2017-02-21 01:18:28 +010042 <org.omnirom.omnigears.preference.SecureCheckBoxPreference
Hernán Castañón Álvarez48f27ce2015-12-06 13:19:50 +010043 android:key="lockscreen_voice_shortcut"
44 android:title="@string/lockscreen_voice_shortcut_title"
45 android:summary="@string/lockscreen_voice_shortcut_summary"
maxwen082d8472016-02-18 02:12:31 +010046 android:defaultValue="true"
maxwen3217a992016-03-03 02:45:04 +010047 android:dependency="lockscreen_left_shortcut_enable" />
maxwenb24d71b2017-02-21 01:18:28 +010048 <!--
Hernán Castañón Álvarez48f27ce2015-12-06 13:19:50 +010049
maxwen3217a992016-03-03 02:45:04 +010050 <Preference
51 android:key="lockscreen_shortcuts"
52 android:title="@string/lockscreen_shortcuts_title"
53 android:summary="@string/lockscreen_shortcuts_summary"
54 android:persistent="false"
55 android:dependency="lockscreen_shortcuts_enable" />
maxwenb24d71b2017-02-21 01:18:28 +010056 -->
57
maxwen3217a992016-03-03 02:45:04 +010058 </PreferenceCategory>
maxwen3217a992016-03-03 02:45:04 +010059 <PreferenceCategory
60 android:key="lockscreen_other"
61 android:title="@string/other_category" >
maxwenb24d71b2017-02-21 01:18:28 +010062
63 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
maxwen3217a992016-03-03 02:45:04 +010064 android:key="lockscreen_indicator_display"
65 android:title="@string/lockscreen_indicator_display_title"
66 android:summary="@string/lockscreen_indicator_display_summary"
67 android:defaultValue="true" />
maxwenb24d71b2017-02-21 01:18:28 +010068
Marko Man579ef012016-10-07 08:58:06 +020069 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
maxwenf427b5c2016-06-12 00:14:53 +020070 android:key="lockscreen_qs_disabled"
71 android:title="@string/lockscreen_qs_disabled_title"
Marko Man6010d692016-10-13 14:11:20 +020072 android:summary="@string/lockscreen_qs_summary"/>
maxwenf427b5c2016-06-12 00:14:53 +020073
maxwene84bfd42016-12-29 01:06:54 +010074 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
75 android:key="lockscreen_hide_media"
76 android:title="@string/lockscreen_hide_media_title"
77 android:summary="@string/lockscreen_hide_media_summary" />
78
maxwen9f9e3c62017-02-23 23:35:19 +010079 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
80 android:key="lockscreen_hide_status_bar"
81 android:title="@string/lockscreen_hide_status_bar_title"
82 android:summary="@string/lockscreen_hide_status_bar_summary"/>
83
Hernán Castañón Álvarez48f27ce2015-12-06 13:19:50 +010084 </PreferenceCategory>
Marko Man579ef012016-10-07 08:58:06 +020085<!--
maxwen082d8472016-02-18 02:12:31 +010086
87 <PreferenceCategory
88 android:key="lockscreen_clock"
89 android:title="@string/lockscreen_clock" >
90
91 <com.android.settings.preference.SystemSettingSwitchPreference
92 android:key="lockscreen_clock_enable"
93 android:title="@string/lockscreen_clock_enable_title"
94 android:defaultValue="true" />
95
96 <CheckBoxPreference
97 android:key="lockscreen_clock_display_time"
98 android:title="@string/lockscreen_clock_display_time_title"
99 android:persistent="false"
100 android:defaultValue="true"
101 android:dependency="lockscreen_clock_enable" />
102
103 <CheckBoxPreference
104 android:key="lockscreen_clock_display_date"
105 android:title="@string/lockscreen_clock_display_date_title"
106 android:persistent="false"
107 android:defaultValue="true"
108 android:dependency="lockscreen_clock_enable" />
109
110 <CheckBoxPreference
111 android:key="lockscreen_clock_display_alarm"
112 android:title="@string/lockscreen_clock_display_alarm_title"
113 android:persistent="false"
114 android:defaultValue="true"
115 android:dependency="lockscreen_clock_enable" />
116
117 <org.omnirom.omnigears.preference.FontPreference
118 android:key="lockscreen_clock_font"
119 android:title="@string/lockscreen_clock_font_title"
120 android:persistent="false"
121 android:dependency="lockscreen_clock_enable" />
122
123 <org.omnirom.omnigears.preference.ColorPickerPreference
124 android:key="lockscreen_clock_color"
125 android:title="@string/lockscreen_clock_color_title"
126 android:persistent="false"
127 android:dependency="lockscreen_clock_enable" />
128
129 <org.omnirom.omnigears.preference.NumberPickerPreference
130 android:key="lockscreen_clock_size"
131 android:title="@string/lockscreen_clock_size_title"
132 android:persistent="false"
133 android:dependency="lockscreen_clock_enable" />
134
135 <com.android.settings.preference.SystemCheckBoxPreference
136 android:key="lockscreen_clock_shadow"
137 android:title="@string/lockscreen_clock_shadow_title"
138 android:defaultValue="false"
139 android:dependency="lockscreen_clock_enable" />
140
141 </PreferenceCategory>
Marko Man579ef012016-10-07 08:58:06 +0200142-->
maxwencd7421a2015-08-03 00:43:36 +0200143</PreferenceScreen>