This is necessary for SettingsIntelligence to parse settings:keywords when indexing search stuff. Bug: 64938328 Test: rerun tests Change-Id: I0d8885c854852020dfa0b9faa3044d4a1b82f8f2
34 lines
1.4 KiB
XML
34 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2016 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
|
android:key="security_settings_pattern_profile_screen"
|
|
android:title="@string/security_settings_title">
|
|
|
|
<com.android.settingslib.RestrictedPreference
|
|
android:key="unlock_set_or_change_profile"
|
|
android:title="@string/unlock_set_unlock_launch_picker_title_profile"
|
|
android:summary="@string/unlock_set_unlock_mode_pattern"
|
|
settings:keywords="@string/keywords_lockscreen"
|
|
android:persistent="false"/>
|
|
|
|
<SwitchPreference
|
|
android:key="visiblepattern_profile"
|
|
android:title="@string/lockpattern_settings_enable_visible_pattern_title_profile"/>
|
|
|
|
</PreferenceScreen>
|