blob: e772c38c76bdc4e9f27421a97e0af3cbf556b9de [file] [log] [blame]
Jim Millerbbb4afa2010-04-08 19:40:19 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Fabrice Di Meglio0897f972014-05-23 18:17:09 -070017<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
Sunny Shao1bebe192019-08-12 20:33:47 +080018 xmlns:settings="http://schemas.android.com/apk/res-auto"
Fabrice Di Meglio0897f972014-05-23 18:17:09 -070019 android:title="@string/lock_settings_picker_title"
20 android:key="lock_settings_picker">
Jim Millerbbb4afa2010-04-08 19:40:19 -070021
Sudheer Shanka9c324682016-01-18 11:17:23 +000022 <com.android.settingslib.RestrictedPreference
Jim Miller3970c382010-11-19 18:38:01 -080023 android:key="unlock_set_off"
24 android:title="@string/unlock_set_unlock_off_title"
Jim Miller3970c382010-11-19 18:38:01 -080025 android:persistent="false"/>
26
Sudheer Shanka9c324682016-01-18 11:17:23 +000027 <com.android.settingslib.RestrictedPreference
Jim Millerbbb4afa2010-04-08 19:40:19 -070028 android:key="unlock_set_none"
29 android:title="@string/unlock_set_unlock_none_title"
Jim Millerbbb4afa2010-04-08 19:40:19 -070030 android:persistent="false"/>
31
Sudheer Shanka9c324682016-01-18 11:17:23 +000032 <com.android.settingslib.RestrictedPreference
Jim Millerbbb4afa2010-04-08 19:40:19 -070033 android:key="unlock_set_pattern"
34 android:title="@string/unlock_set_unlock_pattern_title"
Jim Millerbbb4afa2010-04-08 19:40:19 -070035 android:persistent="false"/>
36
Sudheer Shanka9c324682016-01-18 11:17:23 +000037 <com.android.settingslib.RestrictedPreference
Jim Millerbbb4afa2010-04-08 19:40:19 -070038 android:key="unlock_set_pin"
39 android:title="@string/unlock_set_unlock_pin_title"
Jim Millerbbb4afa2010-04-08 19:40:19 -070040 android:persistent="false"/>
41
Sudheer Shanka9c324682016-01-18 11:17:23 +000042 <com.android.settingslib.RestrictedPreference
Jim Millerbbb4afa2010-04-08 19:40:19 -070043 android:key="unlock_set_password"
44 android:title="@string/unlock_set_unlock_password_title"
Jim Millerbbb4afa2010-04-08 19:40:19 -070045 android:persistent="false"/>
46
Toni Barzice7d6e4d2016-03-30 11:43:19 -070047 <com.android.settingslib.RestrictedPreference
48 android:key="unlock_set_managed"
49 android:persistent="false"/>
50
Steven Ng4fdcec72016-09-26 22:13:08 +010051 <com.android.settingslib.RestrictedPreference
52 android:key="unlock_skip_fingerprint"
53 android:title="@string/fingerprint_unlock_skip_fingerprint"
54 android:persistent="false"/>
55
Kevin Chyn81dc0292018-06-28 14:59:38 -070056 <com.android.settingslib.RestrictedPreference
57 android:key="unlock_skip_face"
58 android:title="@string/face_unlock_skip_face"
59 android:persistent="false"/>
60
Sunny Shao1bebe192019-08-12 20:33:47 +080061 <com.android.settingslib.widget.FooterPreference
62 android:key="lock_settings_footer"
63 android:selectable="false"
64 settings:searchable="false"/>
65
Jim Millerbbb4afa2010-04-08 19:40:19 -070066</PreferenceScreen>