diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2011-07-19 10:33:01 -0700 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2011-07-21 12:07:45 -0700 |
commit | 5a0be107c26e6d0c6f2daf20ae087320a821bde4 (patch) | |
tree | cc9e5eb9f515c5761baf5da7c922396a00bbbc2a /res/values | |
parent | c453ec5c13669ebb8cbaa3f205f2db61671b1bab (diff) | |
download | packages_apps_nfc-5a0be107c26e6d0c6f2daf20ae087320a821bde4.zip packages_apps_nfc-5a0be107c26e6d0c6f2daf20ae087320a821bde4.tar.gz packages_apps_nfc-5a0be107c26e6d0c6f2daf20ae087320a821bde4.tar.bz2 |
Adding content description for accessibility.
Change-Id: If4b8b63a702de6f048b6476e8f08d6d5442a72d5
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1645446..d8d62d9 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -20,4 +20,8 @@ <!-- A notification action string prompting the user to share their contact details over NFC [CHAR-LIMIT=64] --> <string name="outbound_me_profile_text">Tap to give this person your contact info</string> + + <!-- Content description of the NFC enabled notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> + <string name="accessibility_nfc_enabled">NFC enabled.</string> + </resources> |