summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-06-30 22:59:16 -0700
committerTyler Gunn <tgunn@google.com>2016-06-30 22:59:16 -0700
commitd55913a5cb6447898eb99af6acbb70ebb9ebb81b (patch)
tree27978ac32b9b5b89af1959140d0f77727d8a95da
parent260d0aee9918dde7b9cacdad091f741bdce9b23c (diff)
downloadandroid_packages_apps_PhoneCommon-d55913a5cb6447898eb99af6acbb70ebb9ebb81b.tar.gz
android_packages_apps_PhoneCommon-d55913a5cb6447898eb99af6acbb70ebb9ebb81b.tar.bz2
android_packages_apps_PhoneCommon-d55913a5cb6447898eb99af6acbb70ebb9ebb81b.zip
Add new call fail cause message.
Bug: 29522023 Change-Id: Ieda420c5077008b9d66b3262deb0ecc43621dcae
-rw-r--r--res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8ac120d..60e3aac 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -125,5 +125,6 @@
<string name="ringtone_silent">None</string>
<!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. -->
<string name="ringtone_unknown">Unknown ringtone</string>
-
+ <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. -->
+ <string name="callFailed_maximum_reached">All available lines are in use. To make a call, disconnect one of the calls on this device, or on one of your other devices.</string>
</resources>