diff options
author | Selim Cinek <cinek@google.com> | 2015-06-10 17:42:23 -0700 |
---|---|---|
committer | Selim Cinek <cinek@google.com> | 2015-06-10 18:08:16 -0700 |
commit | 1a2c1ca4e9bff1b03a3103c4c585ca9624d4cb93 (patch) | |
tree | 2ba12c7e0b4d69a9e9cef57d3efaba0d6e89b7c1 | |
parent | 8e2c47870188c0732a1130b505748f07b23fa66c (diff) | |
download | packages_apps_Settings-1a2c1ca4e9bff1b03a3103c4c585ca9624d4cb93.zip packages_apps_Settings-1a2c1ca4e9bff1b03a3103c4c585ca9624d4cb93.tar.gz packages_apps_Settings-1a2c1ca4e9bff1b03a3103c4c585ca9624d4cb93.tar.bz2 |
Added setting strings for new fingerprint introduction screen
Bug: 21468315
Change-Id: I206d5eef7194b75e242e4b33d4d0be17ce03572d
-rw-r--r-- | res/values/strings.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 31311ee..00ef11f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -765,9 +765,21 @@ <!-- Introduction message shown in fingerprint enrollment dialog, second item to describe what the user needs to do. --> <string name="security_settings_fingerprint_enroll_onboard_message_2">Add your fingerprint</string> + <!-- Introduction title shown in fingerprint enrollment to introduce the fingerprint feature[CHAR LIMIT=22] --> + <string name="security_settings_fingerprint_enroll_introduction_title">Unlock with fingerprint</string> + <!-- Introduction detail message shown in fingerprint enrollment dialog [CHAR LIMIT=NONE]--> + <string name="security_settings_fingerprint_enroll_introduction_message">Just touch the fingerprint sensor to unlock your phone, authorize purchases, or sign in to apps. Any fingerprints added to your phone will be able to do these things, so be careful who you add.</string> + <!-- Introduction detail message shown in fingerprint enrollment dialog to warn the user [CHAR LIMIT=NONE]--> + <string name="security_settings_fingerprint_enroll_introduction_message_warning">Note: Your fingerprint may be less secure than a strong pattern or PIN.</string> + <!-- Link text shown bellow the warning to learn morn about fingerprint risk [CHAR LIMIT=22]--> + <string name="security_settings_fingerprint_enroll_introduction_risk_link_text">Learn more</string> + <!-- Button text to cancel enrollment from the introduction [CHAR LIMIT=22] --> + <string name="security_settings_fingerprint_enroll_introduction_cancel">Cancel</string> + <!-- Button text to continue to the next screen from the introduction [CHAR LIMIT=22] --> + <string name="security_settings_fingerprint_enroll_introduction_continue">Continue</string> <!-- Introduction title shown in fingerprint enrollment dialog to locate the sensor [CHAR LIMIT=22] --> <string name="security_settings_fingerprint_enroll_find_sensor_title">Find the sensor</string> - <!-- Introduction detail message shown in fingerprint enrollment dialog --> + <!-- Message shown in fingerprint enrollment dialog to locate the sensor --> <string name="security_settings_fingerprint_enroll_find_sensor_message"> Locate the fingerprint sensor on the back of your phone.</string> <!-- Content description of graphic that shows where the fingerprint of the device is [CHAR LIMIT=NONE] --> |