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 | |
| 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 Miller | c978707 | 2011-01-09 18:00:28 -0800 | [diff] [blame] | 23 | <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 Jurka | 091477b | 2012-09-20 19:03:35 -0700 | [diff] [blame^] | 28 | |
| 29 | <PreferenceScreen |
| 30 | android:key="choose_lockscreen_status_widget" |
| 31 | android:title="@string/choose_lockscreen_status_widget_picker_title" |
| 32 | android:summary="" |
| 33 | android:persistent="false"/> |
| 34 | |
Michael Jurka | 8227e30 | 2012-09-07 09:24:03 -0700 | [diff] [blame] | 35 | <PreferenceScreen |
| 36 | android:key="choose_user_selected_lockscreen_widget" |
| 37 | android:title="@string/choose_user_selected_lockscreen_widget_picker_title" |
| 38 | android:summary="" |
| 39 | android:persistent="false"/> |
Jim Miller | c978707 | 2011-01-09 18:00:28 -0800 | [diff] [blame] | 40 | |
| 41 | <CheckBoxPreference |
| 42 | android:key="visiblepattern" |
| 43 | android:title="@string/lockpattern_settings_enable_visible_pattern_title"/> |
| 44 | |
Jim Miller | 86624a2 | 2010-08-30 22:07:58 -0700 | [diff] [blame] | 45 | <ListPreference |
| 46 | android:key="lock_after_timeout" |
| 47 | android:title="@string/lock_after_timeout" |
| 48 | android:summary="@string/lock_after_timeout_summary" |
| 49 | android:entries="@array/lock_after_timeout_entries" |
Jim Miller | 36972bb | 2010-11-30 19:47:38 -0800 | [diff] [blame] | 50 | android:entryValues="@array/lock_after_timeout_values" |
Jim Miller | 86624a2 | 2010-08-30 22:07:58 -0700 | [diff] [blame] | 51 | android:persistent="false"/> |
Jim Miller | 36972bb | 2010-11-30 19:47:38 -0800 | [diff] [blame] | 52 | |
Jim Miller | 122b6c8 | 2010-02-10 19:53:58 -0800 | [diff] [blame] | 53 | <CheckBoxPreference |
Jim Miller | 071742d | 2012-01-06 18:28:09 -0800 | [diff] [blame] | 54 | android:key="power_button_instantly_locks" |
| 55 | android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/> |
| 56 | |
| 57 | <CheckBoxPreference |
Jim Miller | 122b6c8 | 2010-02-10 19:53:58 -0800 | [diff] [blame] | 58 | android:key="unlock_tactile_feedback" |
| 59 | android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/> |
| 60 | |
Jim Miller | 36972bb | 2010-11-30 19:47:38 -0800 | [diff] [blame] | 61 | <PreferenceScreen |
| 62 | android:fragment="com.android.settings.OwnerInfoSettings" |
| 63 | android:key="owner_info_settings" |
| 64 | android:title="@string/owner_info_settings_title" |
| 65 | android:summary="@string/owner_info_settings_summary"/> |
| 66 | |
Jim Miller | 122b6c8 | 2010-02-10 19:53:58 -0800 | [diff] [blame] | 67 | </PreferenceCategory> |
| 68 | |
| 69 | </PreferenceScreen> |