summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-12-07 11:36:00 -0800
committerChiao Cheng <chiaocheng@google.com>2012-12-07 11:36:00 -0800
commit073b5cf341964796ccf082d30aff63225d3adb28 (patch)
treef41e73ef8151ebb239bbaf192f6697caf606edb2 /res
parent472309228c3aaef3c5010cde35965af892f4835a (diff)
Add notification to "add contacts" when no activity found.
If a user disables the contacts application, the "add contact" option will no longer work. Add a notification to inform them that they need to enable the contact app to use the feature. Bug: 7694569 Change-Id: I1aad7b1396f624461083cfab7ba470f9d4ac25ce
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 35c9d6ab1..9bf0ee842 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -508,4 +508,7 @@
<!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
<string name="simContacts_title">SIM card contacts</string>
+ <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] -->
+ <string name="add_contact_not_available">Re-enable the People application to use this feature.</string>
+
</resources>