Added lock screen settings section

Added lock screen settings section and moved "Add users when device is locked"
 from the overflow menu to the new section.

Bug: 25289622
Change-Id: I97c02acbacae3b6cde44180a23ea337853b0a551
This commit is contained in:
Fyodor Kupolov
2016-01-05 14:30:03 -08:00
parent 949499948a
commit 8ba52d62ed
3 changed files with 33 additions and 32 deletions

View File

@@ -28,4 +28,10 @@
android:title="@string/user_add_user_or_profile_menu"
android:icon="@drawable/ic_menu_add_dark" />
<PreferenceCategory
android:key="lock_screen_settings"
android:title="@string/user_lockscreen_settings">
<SwitchPreference android:key="add_users_when_locked" android:title="@string/user_add_on_lockscreen_menu"
android:summary="@string/user_add_on_lockscreen_menu_summary" />
</PreferenceCategory>
</PreferenceScreen>