Add string for secondary action text messaging
Bug: 5416674
Change-Id: Icbd11def759108cdd79f3720f96b5f15e97c9dc6
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f9213a0..c30e09e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1179,6 +1179,9 @@
<!-- Action string for sending an SMS to a MMS phone number -->
<string name="sms_mms">Text MMS</string>
+ <!-- Generic action string for text messaging a contact. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] -->
+ <string name="sms">Text message</string>
+
<!-- Action string for sending an email to a home email address -->
<string name="email_home">Email home</string>
<!-- Action string for sending an email to a mobile email address -->