blob: ceb749c72c992ee95e4eda37c3d6d987c2c750c0 [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"
Fabrice Di Meglio1d5b9102014-07-28 15:47:21 -070019 android:title="@string/lock_settings_picker_title">
Jim Miller122b6c82010-02-10 19:53:58 -080020
21 <PreferenceCategory
22 android:key="security_category"
23 android:title="@string/lock_settings_title">
24
Jim Millerc9787072011-01-09 18:00:28 -080025 <PreferenceScreen
26 android:key="unlock_set_or_change"
27 android:title="@string/unlock_set_unlock_launch_picker_title"
28 android:summary="@string/unlock_set_unlock_mode_pattern"
Amith Yamasani644907a2014-08-22 15:38:16 -070029 settings:keywords="@string/keywords_lockscreen"
Jim Millerc9787072011-01-09 18:00:28 -080030 android:persistent="false"/>
Michael Jurka091477b2012-09-20 19:03:35 -070031
Jim Miller4a9065e2014-08-08 15:25:31 -070032 <SwitchPreference
Jim Millerc9787072011-01-09 18:00:28 -080033 android:key="visiblepattern"
34 android:title="@string/lockpattern_settings_enable_visible_pattern_title"/>
35
Jim Miller86624a22010-08-30 22:07:58 -070036 <ListPreference
37 android:key="lock_after_timeout"
38 android:title="@string/lock_after_timeout"
39 android:summary="@string/lock_after_timeout_summary"
40 android:entries="@array/lock_after_timeout_entries"
Jim Miller36972bb2010-11-30 19:47:38 -080041 android:entryValues="@array/lock_after_timeout_values"
Jim Miller86624a22010-08-30 22:07:58 -070042 android:persistent="false"/>
Jim Miller36972bb2010-11-30 19:47:38 -080043
Jim Miller4a9065e2014-08-08 15:25:31 -070044 <SwitchPreference
Jim Miller071742d2012-01-06 18:28:09 -080045 android:key="power_button_instantly_locks"
46 android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/>
47
Jim Miller36972bb2010-11-30 19:47:38 -080048 <PreferenceScreen
49 android:fragment="com.android.settings.OwnerInfoSettings"
50 android:key="owner_info_settings"
51 android:title="@string/owner_info_settings_title"
52 android:summary="@string/owner_info_settings_summary"/>
53
Jim Miller122b6c82010-02-10 19:53:58 -080054 </PreferenceCategory>
55
56</PreferenceScreen>