Merge "Adding an improve face matching settings option for Face Unlock" into ics-mr1

This commit is contained in:
Danielle Millett
2011-11-08 10:03:17 -08:00
committed by Android (Google) Code Review
6 changed files with 33 additions and 10 deletions

View File

@@ -637,6 +637,9 @@
<!-- Security Settings --><skip />
<!-- Security settings screen when using face unlock, setting option name to start an activity that allows the user to improve accuracy by adding additional enrollment faces -->
<string name="biometric_weak_improve_matching_title">Improve face matching</string>
<!-- Security settings screen, setting option name to change screen timeout -->
<string name="lock_after_timeout">Automatically lock</string>
<!-- Security settings screen, setting option summary to change screen timeout -->

View File

@@ -26,6 +26,10 @@
android:summary="@string/unlock_set_unlock_mode_biometric_weak"
android:persistent="false"/>
<PreferenceScreen
android:key="biometric_weak_improve_matching"
android:title="@string/biometric_weak_improve_matching_title"/>
<CheckBoxPreference
android:key="visiblepattern"
android:title="@string/lockpattern_settings_enable_visible_pattern_title"/>