blob: d55d6b8fc20b682eadad2dbb55a36d2bb3538900 [file] [log] [blame]
Jim Miller122b6c82010-02-10 19:53:58 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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 Meglio1d5b9102014-07-28 15:47:21 -070017<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
Amith Yamasani644907a2014-08-22 15:38:16 -070018 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
Fan Zhang823dde52017-10-26 15:56:41 -070019 android:key="security_settings_pattern_screen"
Fabrice Di Meglio1d5b9102014-07-28 15:47:21 -070020 android:title="@string/lock_settings_picker_title">
Jim Miller122b6c82010-02-10 19:53:58 -080021
22 <PreferenceCategory
23 android:key="security_category"
24 android:title="@string/lock_settings_title">
25
Fan Zhang62e66c92017-02-08 16:00:56 -080026 <com.android.settings.widget.GearPreference
Jim Millerc9787072011-01-09 18:00:28 -080027 android:key="unlock_set_or_change"
28 android:title="@string/unlock_set_unlock_launch_picker_title"
29 android:summary="@string/unlock_set_unlock_mode_pattern"
Jason Monk31c7c322016-01-20 14:41:52 -050030 settings:keywords="@string/keywords_lockscreen" />
Michael Jurka091477b2012-09-20 19:03:35 -070031
Doris Ling93582992017-03-16 13:20:15 -070032 <Preference android:key="lockscreen_preferences"
33 android:title="@string/lockscreen_settings_title"
Doris Ling93582992017-03-16 13:20:15 -070034 android:fragment="com.android.settings.security.LockscreenDashboardFragment"/>
35
Jim Miller122b6c82010-02-10 19:53:58 -080036 </PreferenceCategory>
37
38</PreferenceScreen>