blob: ebc9c41de48cc4ec687ff898c3bc8e85aabfd88b [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
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
18
19 <PreferenceCategory
20 android:key="security_category"
21 android:title="@string/lock_settings_title">
22
Jim Millerc9787072011-01-09 18:00:28 -080023 <PreferenceScreen
24 android:key="unlock_set_or_change"
25 android:title="@string/unlock_set_unlock_launch_picker_title"
26 android:summary="@string/unlock_set_unlock_mode_pattern"
27 android:persistent="false"/>
Michael Jurka8227e302012-09-07 09:24:03 -070028 <PreferenceScreen
29 android:key="choose_user_selected_lockscreen_widget"
30 android:title="@string/choose_user_selected_lockscreen_widget_picker_title"
31 android:summary=""
32 android:persistent="false"/>
Jim Millerc9787072011-01-09 18:00:28 -080033
34 <CheckBoxPreference
35 android:key="visiblepattern"
36 android:title="@string/lockpattern_settings_enable_visible_pattern_title"/>
37
Jim Miller86624a22010-08-30 22:07:58 -070038 <ListPreference
39 android:key="lock_after_timeout"
40 android:title="@string/lock_after_timeout"
41 android:summary="@string/lock_after_timeout_summary"
42 android:entries="@array/lock_after_timeout_entries"
Jim Miller36972bb2010-11-30 19:47:38 -080043 android:entryValues="@array/lock_after_timeout_values"
Jim Miller86624a22010-08-30 22:07:58 -070044 android:persistent="false"/>
Jim Miller36972bb2010-11-30 19:47:38 -080045
Jim Miller122b6c82010-02-10 19:53:58 -080046 <CheckBoxPreference
Jim Miller071742d2012-01-06 18:28:09 -080047 android:key="power_button_instantly_locks"
48 android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/>
49
50 <CheckBoxPreference
Jim Miller122b6c82010-02-10 19:53:58 -080051 android:key="unlock_tactile_feedback"
52 android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>
53
Jim Miller36972bb2010-11-30 19:47:38 -080054 <PreferenceScreen
55 android:fragment="com.android.settings.OwnerInfoSettings"
56 android:key="owner_info_settings"
57 android:title="@string/owner_info_settings_title"
58 android:summary="@string/owner_info_settings_summary"/>
59
Jim Miller122b6c82010-02-10 19:53:58 -080060 </PreferenceCategory>
61
62</PreferenceScreen>