Update preference title for add user on lock screen.
In Settings->User & accounts, update the preference title for "Add user" to "Add users from lock screen" and remove the summary. Bug: 34976320 Test: Visual Change-Id: Idfb661537ac3b178ca20c2da9e66ab8a16567ba6
This commit is contained in:
@@ -33,9 +33,7 @@
|
||||
android:title="@string/user_lockscreen_settings">
|
||||
<com.android.settingslib.RestrictedSwitchPreference
|
||||
android:key="add_users_when_locked"
|
||||
android:title="@string/user_add_on_lockscreen_menu"
|
||||
android:summary="@string/user_add_on_lockscreen_menu_summary"
|
||||
settings:useAdditionalSummary="true" />
|
||||
android:title="@string/user_add_on_lockscreen_menu" />
|
||||
</PreferenceCategory>
|
||||
<Preference
|
||||
android:key="emergency_info"
|
||||
|
||||
Reference in New Issue
Block a user