summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-18 17:10:56 -0700
committerAndrew Lee <anwlee@google.com>2015-03-19 12:58:21 -0700
commit87dc7309388941ec0017f3ff1aee329364dec484 (patch)
tree6d35c472a5da50a267396c027aa7d21a3f16619a /res
parent1e825d81a5c468cc754921e518538be55caa78fe (diff)
Add shortcut for creating new contact with number.
Add a shortcut in the search fragment for "Create new contact" which opens the compact editor with the entered phone number populated as the main phone number. Bug: 19372539 Change-Id: I9ccb462f399e3fab77c2d8ad536dbd0bd0e23609
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 07460ec4a..fb424e9be 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -502,6 +502,10 @@
<xliff:g id="number">%s</xliff:g>
</string>
+ <!-- Shortcut item used to add a number directly to a new contact from search.
+ [CHAR LIMIT=40] -->
+ <string name="search_shortcut_create_new_contact">Create new contact</string>
+
<!-- Shortcut item used to add a number to an existing contact directly from search.
[CHAR LIMIT=40] -->
<string name="search_shortcut_add_to_existing_contact">Add to existing contact</string>