summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2011-07-28 12:18:53 -0500
committerMartijn Coenen <maco@google.com>2011-07-28 12:18:53 -0500
commitd11251b2d1fed7b7325c4fcb0616b2d1c654320f (patch)
treed1ff688952d91f0e8d18cb20f78610622f0de95b /res/values
parent1b6621917d0ad45496901a33c1a067996d737445 (diff)
downloadpackages_apps_nfc-d11251b2d1fed7b7325c4fcb0616b2d1c654320f.zip
packages_apps_nfc-d11251b2d1fed7b7325c4fcb0616b2d1c654320f.tar.gz
packages_apps_nfc-d11251b2d1fed7b7325c4fcb0616b2d1c654320f.tar.bz2
Pop up notification on first succesful Tap to Share.
Change-Id: Id2ddeea908af1159e5738e52a92f7f9818496761
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d8d62d9..248669c 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -21,6 +21,12 @@
<!-- 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>
+ <!-- A notification description string telling the user he has shared something over NFC [CHAR-LIMIT=64] -->
+ <string name="first_share_title">You just tapped to share!</string>
+
+ <!-- A notification action string telling the user to tap to learn more about sharing over NFC [CHAR-LIMIT=64] -->
+ <string name="first_share_text">Tap to learn more or disable this feature.</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>