Merge "Change screen lock preference UI"
This commit is contained in:
committed by
Android (Google) Code Review
commit
afafd17873
@@ -18,7 +18,7 @@
|
|||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:key="security_settings_password_sub_screen"
|
android:key="security_settings_password_sub_screen"
|
||||||
android:title="@string/security_settings_title">
|
android:title="@string/unlock_set_unlock_launch_picker_title">
|
||||||
|
|
||||||
<!-- available in pattern -->
|
<!-- available in pattern -->
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
@@ -38,9 +38,4 @@
|
|||||||
android:key="power_button_instantly_locks"
|
android:key="power_button_instantly_locks"
|
||||||
android:title="@string/lockpattern_settings_enable_power_button_instantly_locks" />
|
android:title="@string/lockpattern_settings_enable_power_button_instantly_locks" />
|
||||||
|
|
||||||
<!-- available in pin/pattern/password/slide -->
|
|
||||||
<com.android.settingslib.RestrictedPreference
|
|
||||||
android:key="owner_info_settings"
|
|
||||||
android:title="@string/owner_info_settings_title" />
|
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
Reference in New Issue
Block a user