blob: 467fbd7a81a40587e5b488ce79ad703945de59f8 [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
23 <PreferenceScreen
24 android:key="unlock_method_disable"
25 android:title="@string/unlock_disable_lock_title"
26 android:summary="@string/unlock_disable_lock_pattern_summary"
27 android:persistent="false"/>
28
29 <PreferenceScreen
30 android:key="unlock_method_change_current"
31 android:title="@string/unlock_change_lock_pattern_title"
32 android:persistent="false"/>
33
34 <CheckBoxPreference
35 android:key="visiblepattern"
36 android:title="@string/lockpattern_settings_enable_visible_pattern_title"/>
37
38 <CheckBoxPreference
39 android:key="unlock_tactile_feedback"
40 android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>
41
42 </PreferenceCategory>
43
44</PreferenceScreen>