OSDN Git Service

am 7cad4e2c: am 3a6bb47d: Merge "Some improvements to the manage apps code:" into...
[android-x86/packages-apps-Settings.git] / res / xml / security_settings_pattern.xml
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
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         <ListPreference
24             android:key="lock_after_timeout"
25             android:title="@string/lock_after_timeout"
26             android:summary="@string/lock_after_timeout_summary"
27             android:entries="@array/lock_after_timeout_entries"
28             android:entryValues="@array/lock_after_timeout_values" 
29             android:persistent="false"/>
30             
31         <PreferenceScreen
32             android:key="unlock_set_or_change"
33             android:title="@string/unlock_set_unlock_launch_picker_change_title"
34             android:summary="@string/unlock_set_unlock_launch_picker_change_summary"
35             android:persistent="false"/>
36
37         <CheckBoxPreference
38             android:key="visiblepattern"
39             android:title="@string/lockpattern_settings_enable_visible_pattern_title"/>
40
41         <CheckBoxPreference
42             android:key="unlock_tactile_feedback"
43             android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>
44
45     </PreferenceCategory>
46
47 </PreferenceScreen>