summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-04-08 00:19:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-04-08 00:19:42 +0000
commit21b165ad0f1648b9803efb86c928240e658c0392 (patch)
treeddc75797006e8ba3da693e9b76d1b006d44f2c77 /res
parent13a54c7689f18363c873e966a9e4e9d76ed3ffa7 (diff)
parent3921359f3f01938768f0b0e731941542f0385787 (diff)
Merge "Catch activity not found exceptions"
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ce08ae5b5..c608273ff 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -612,6 +612,14 @@
<!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] -->
<string name="voice_search_not_available">Voice search is not available.</string>
+ <!-- Message displayed when the Phone application has been disabled and a phone call cannot
+ be made. [CHAR LIMIT=NONE] -->
+ <string name="call_not_available">Cannot make a phone call because the Phone application has been disabled.</string>
+
+ <!-- Message displayed when there is no application available to handle a particular action.
+ [CHAR LIMIT=NONE] -->
+ <string name="activity_not_available">No installed activity available to handle selected action.</string>
+
<!-- Hint displayed in dialer search box when there is no query that is currently typed.
[CHAR LIMIT=30] -->
<string name="dialer_hint_find_contact">Type a name or phone number</string>