Jim Miller | 122b6c8 | 2010-02-10 19:53:58 -0800 | [diff] [blame] | 1 | <?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 Meglio | 1d5b910 | 2014-07-28 15:47:21 -0700 | [diff] [blame] | 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
Fan Zhang | 74c61d1 | 2017-11-17 16:49:54 -0800 | [diff] [blame] | 18 | xmlns:settings="http://schemas.android.com/apk/res-auto" |
Fan Zhang | 823dde5 | 2017-10-26 15:56:41 -0700 | [diff] [blame] | 19 | android:key="security_settings_chooser_screen" |
Fabrice Di Meglio | 1d5b910 | 2014-07-28 15:47:21 -0700 | [diff] [blame] | 20 | android:title="@string/security_settings_title"> |
Jim Miller | 122b6c8 | 2010-02-10 19:53:58 -0800 | [diff] [blame] | 21 | |
| 22 | <PreferenceCategory |
| 23 | android:key="security_category" |
| 24 | android:title="@string/lock_settings_title"> |
| 25 | |
Fan Zhang | 62e66c9 | 2017-02-08 16:00:56 -0800 | [diff] [blame] | 26 | <com.android.settings.widget.GearPreference |
Jim Miller | bbb4afa | 2010-04-08 19:40:19 -0700 | [diff] [blame] | 27 | android:key="unlock_set_or_change" |
| 28 | android:title="@string/unlock_set_unlock_launch_picker_title" |
Jim Miller | c978707 | 2011-01-09 18:00:28 -0800 | [diff] [blame] | 29 | android:summary="@string/unlock_set_unlock_mode_none" |
Adrian Roos | 62775bf | 2016-01-28 13:23:53 -0800 | [diff] [blame] | 30 | settings:keywords="@string/keywords_lockscreen" |
Jim Miller | 122b6c8 | 2010-02-10 19:53:58 -0800 | [diff] [blame] | 31 | android:persistent="false"/> |
| 32 | |
Doris Ling | 9358299 | 2017-03-16 13:20:15 -0700 | [diff] [blame] | 33 | <Preference android:key="lockscreen_preferences" |
| 34 | android:title="@string/lockscreen_settings_title" |
Doris Ling | 9358299 | 2017-03-16 13:20:15 -0700 | [diff] [blame] | 35 | android:fragment="com.android.settings.security.LockscreenDashboardFragment"/> |
| 36 | |
Jim Miller | 122b6c8 | 2010-02-10 19:53:58 -0800 | [diff] [blame] | 37 | </PreferenceCategory> |
| 38 | |
| 39 | </PreferenceScreen> |