summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2015-07-30 15:07:58 -0700
committerMaurice Lam <yukl@google.com>2015-07-30 17:02:26 -0700
commit5656314acad5d105c357cedd895f78b12476cac8 (patch)
treef8e2d73ec2654678942edd3dac34b5ee901bc6d0 /res/values
parenteb372c93ee00fa9365206129136501497e6341c7 (diff)
downloadpackages_apps_Settings-5656314acad5d105c357cedd895f78b12476cac8.zip
packages_apps_Settings-5656314acad5d105c357cedd895f78b12476cac8.tar.gz
packages_apps_Settings-5656314acad5d105c357cedd895f78b12476cac8.tar.bz2
[Fingerprint] Advertise wake & unlock during SUW
Adds a string to advertise to the user that wake & unlock is available on all fingerprint devices. Bug: 22644642 Change-Id: I9e44174c6ab088a06f95ae5c377c8ccec13a4257
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a90a880..1ebe2d7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -755,6 +755,10 @@
<string name="security_settings_fingerprint_enroll_finish_title">Fingerprint added!</string>
<!-- Message shown in fingerprint enrollment dialog once enrollment is completed -->
<string name="security_settings_fingerprint_enroll_finish_message">Whenever you see this icon, you can use your fingerprint for identification or to authorize a purchase.</string>
+ <!-- Message shown when fingerprint enrollment is completed during setup wizard [CHAR LIMIT=NONE] -->
+ <string name="setup_fingerprint_enroll_finish_message">Just touch the fingerprint sensor to wake and unlock your device.</string>
+ <!-- Message shown when fingerprint enrollment is completed, telling user about the fingerprint icon that will be shown whenever they can use their fingerprint [CHAR LIMIT=NONE] -->
+ <string name="setup_fingerprint_enroll_finish_message_secondary">When you see this icon, you can use your fingerprint.</string>
<!-- Button text to setup screen lock in onboard dialog [CHAR LIMIT=34] -->
<string name="security_settings_fingerprint_enroll_setup_screen_lock">Set up screen lock</string>
<!-- Button text to exit fingerprint wizard after everything is done [CHAR LIMIT=15] -->