summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-18 12:08:33 -0700
committerAndrew Lee <anwlee@google.com>2015-03-18 14:31:23 -0700
commitad3d871e15e615b0dc36045606452c54e94b93f8 (patch)
tree01cac6763653dabc1634fe66878ca25cad244257 /res
parentf7cef1a00e194ba3ed5b00a6640ea300dd6f97d4 (diff)
Add "Send SMS" shortcut to Dialer.
Bug: 19372539 Change-Id: I8135a7e6fb7d5becdafcb0ecfb64d6f6c73aeb88
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 13bf845c3..2b100f6f8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -505,6 +505,9 @@
<!-- Shortcut item used to add a number directly from search -->
<string name="search_shortcut_add_to_contacts">Add to contacts</string>
+ <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=40] -->
+ <string name="search_shortcut_send_sms_message">Send SMS</string>
+
<!-- Shortcut item used to make a video call directly from search. -->
<string name="search_shortcut_make_video_call">Make video call</string>