blob: 2d3db9a2c7c0118ea4c12d181aee64a90272f560 [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" />
maxwen2f8b9e72017-06-19 17:12:58 +020048
maxwenb24d71b2017-02-21 01:18:28 +010049 <!--
Hernán Castañón Álvarez48f27ce2015-12-06 13:19:50 +010050
maxwen3217a992016-03-03 02:45:04 +010051 <Preference
52 android:key="lockscreen_shortcuts"
53 android:title="@string/lockscreen_shortcuts_title"
54 android:summary="@string/lockscreen_shortcuts_summary"
55 android:persistent="false"
56 android:dependency="lockscreen_shortcuts_enable" />
maxwenb24d71b2017-02-21 01:18:28 +010057 -->
58
maxwen3217a992016-03-03 02:45:04 +010059 </PreferenceCategory>
maxwen3217a992016-03-03 02:45:04 +010060 <PreferenceCategory
61 android:key="lockscreen_other"
62 android:title="@string/other_category" >
maxwenb24d71b2017-02-21 01:18:28 +010063
64 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
maxwen2589e2d2017-02-24 17:19:07 +010065 android:key="lockscreen_hide_indicator_display"
66 android:title="@string/lockscreen_hide_indicator_display_title"
67 android:summary="@string/lockscreen_hide_indicator_display_summary" />
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
maxwen2f8b9e72017-06-19 17:12:58 +020074 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
75 android:key="lockscreen_power_menu_disabled"
76 android:title="@string/lockscreen_power_menu_disabled_title"
77 android:summary="@string/lockscreen_power_menu_disabled_summary" />
78
maxwene84bfd42016-12-29 01:06:54 +010079 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
80 android:key="lockscreen_hide_media"
81 android:title="@string/lockscreen_hide_media_title"
82 android:summary="@string/lockscreen_hide_media_summary" />
83
maxwen9f9e3c62017-02-23 23:35:19 +010084 <org.omnirom.omnigears.preference.SecureSettingSwitchPreference
85 android:key="lockscreen_hide_status_bar"
86 android:title="@string/lockscreen_hide_status_bar_title"
87 android:summary="@string/lockscreen_hide_status_bar_summary"/>
88
Hernán Castañón Álvarez48f27ce2015-12-06 13:19:50 +010089 </PreferenceCategory>
maxwen082d8472016-02-18 02:12:31 +010090
91 <PreferenceCategory
92 android:key="lockscreen_clock"
93 android:title="@string/lockscreen_clock" >
94
maxwenca6b14d2017-02-27 16:56:10 +010095 <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
maxwen082d8472016-02-18 02:12:31 +010096 android:key="lockscreen_clock_enable"
97 android:title="@string/lockscreen_clock_enable_title"
maxwenca6b14d2017-02-27 16:56:10 +010098 android:summary="@string/lockscreen_clock_enable_summary"
maxwen082d8472016-02-18 02:12:31 +010099 android:defaultValue="true" />
100
101 <CheckBoxPreference
102 android:key="lockscreen_clock_display_time"
103 android:title="@string/lockscreen_clock_display_time_title"
104 android:persistent="false"
105 android:defaultValue="true"
106 android:dependency="lockscreen_clock_enable" />
107
108 <CheckBoxPreference
109 android:key="lockscreen_clock_display_date"
110 android:title="@string/lockscreen_clock_display_date_title"
111 android:persistent="false"
112 android:defaultValue="true"
113 android:dependency="lockscreen_clock_enable" />
114
115 <CheckBoxPreference
116 android:key="lockscreen_clock_display_alarm"
117 android:title="@string/lockscreen_clock_display_alarm_title"
118 android:persistent="false"
119 android:defaultValue="true"
120 android:dependency="lockscreen_clock_enable" />
121
122 <org.omnirom.omnigears.preference.FontPreference
123 android:key="lockscreen_clock_font"
124 android:title="@string/lockscreen_clock_font_title"
125 android:persistent="false"
126 android:dependency="lockscreen_clock_enable" />
127
128 <org.omnirom.omnigears.preference.ColorPickerPreference
129 android:key="lockscreen_clock_color"
130 android:title="@string/lockscreen_clock_color_title"
131 android:persistent="false"
132 android:dependency="lockscreen_clock_enable" />
133
134 <org.omnirom.omnigears.preference.NumberPickerPreference
135 android:key="lockscreen_clock_size"
136 android:title="@string/lockscreen_clock_size_title"
137 android:persistent="false"
138 android:dependency="lockscreen_clock_enable" />
139
maxwenca6b14d2017-02-27 16:56:10 +0100140 <CheckBoxPreference
maxwen082d8472016-02-18 02:12:31 +0100141 android:key="lockscreen_clock_shadow"
142 android:title="@string/lockscreen_clock_shadow_title"
maxwenca6b14d2017-02-27 16:56:10 +0100143 android:persistent="false"
maxwen082d8472016-02-18 02:12:31 +0100144 android:defaultValue="false"
145 android:dependency="lockscreen_clock_enable" />
146
147 </PreferenceCategory>
maxwencd7421a2015-08-03 00:43:36 +0200148</PreferenceScreen>