Merge "Adding an improve face matching settings option for Face Unlock" into ics-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
179b32869c
@@ -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 -->
|
||||
|
@@ -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"/>
|
||||
|
Reference in New Issue
Block a user