diff options
author | Danielle Millett <dmillett@google.com> | 2012-06-06 13:54:11 -0400 |
---|---|---|
committer | Danielle Millett <dmillett@google.com> | 2012-06-08 16:49:29 -0400 |
commit | 4a3e40d68e8b01871121655456d7a1dfa3312f71 (patch) | |
tree | 3fcfb0462b5244c44b33fee4737183bf183e6e54 /res/values | |
parent | 6a5e0252ce383654e304ffd0bca09ced0cadc0a3 (diff) | |
download | packages_apps_settings-4a3e40d68e8b01871121655456d7a1dfa3312f71.zip packages_apps_settings-4a3e40d68e8b01871121655456d7a1dfa3312f71.tar.gz packages_apps_settings-4a3e40d68e8b01871121655456d7a1dfa3312f71.tar.bz2 |
Removing head turn and putting blink back
Changing the strings and workflow in settings to be blink again
instead of the new head turn. This basically undoes the following
two cls: I67c8acd4 and Ifc7b6e18.
Change-Id: I8694b1d82efac9d2f97c29128da6698b6ac2a4ce
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4fe86c8..053e569 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -644,15 +644,10 @@ <!-- 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> - <!-- On the security settings screen when using face unlock. This goes to a screen that explains liveliness detection and allows for it to be turned on/off --> +<!-- On the security settings screen when using face unlock. This checkbox is used to toggle whether liveliness detection is required. If it is checked the user must blink during unlock to prove it's not a photo --> <string name="biometric_weak_liveliness_title">Liveness check</string> - <!-- Used to describe the on state of the face unlock liveliness feature --> - <string name="biometric_weak_liveliness_on_summary">On - head turn required to unlock</string> - <!-- Used to describe the off state of the face unlock liveliness feature --> - <string name="biometric_weak_liveliness_off_summary">Off</string> - <!-- Explanation of the Face Unlock liveliness feature. It's displayed on a screen with an on/off toggle switch. --> - <!-- Explanation of the Face Unlock liveliness feature. It's displayed on a screen with an on/off toggle switch. --> - <string name="biometric_weak_liveliness_explained" product="default">To improve security, you\'ll be asked to turn your head while unlocking. When prompted, turn to the left or right.</string> + <!-- On the security settings screen when using face unlock. The summary of the liveliness checkbox --> + <string name="biometric_weak_liveliness_summary">Require eye blink while unlocking</string> <!-- Security settings screen, setting option name to change screen timeout --> <string name="lock_after_timeout">Automatically lock</string> |