Adding info explaining facelock's backup lock
This changes the security picker when selecting a backup lock for facelock such that it says back up lock and gives a brief description of why it's needed. This is currently a temporary way to display the info and will need to be changed for the final release. Change-Id: I6373f97caec088482d36c65bd210c79238c623cf
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
android:key="security_picker_category"
|
||||
android:title="@string/lock_settings_picker_title">
|
||||
|
||||
<!-- TODO: find a better way to display this backup info -->
|
||||
<PreferenceScreen
|
||||
android:key="unlock_backup_info"
|
||||
android:summary="@string/unlock_backup_info_summary"
|
||||
android:selectable="false"
|
||||
android:persistent="false"/>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="unlock_set_off"
|
||||
android:title="@string/unlock_set_unlock_off_title"
|
||||
|
||||
Reference in New Issue
Block a user