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:
Danielle Millett
2011-09-16 15:41:30 -04:00
parent 96dc241cea
commit 5bae8739ea
3 changed files with 25 additions and 2 deletions

View File

@@ -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"