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
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 35c9d6a..9bf0ee8 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>