summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-05-10 20:09:02 -0700
committerTyler Gunn <tgunn@google.com>2016-05-10 20:09:02 -0700
commit4e11c11af54c161ec4e4988b9646b81aab0109c8 (patch)
tree1d5fa385af139057c32b6f61724396672025ecb7
parent0ad34baf231043d5c89f16a480a3cdd3877650a9 (diff)
downloadandroid_packages_apps_PhoneCommon-4e11c11af54c161ec4e4988b9646b81aab0109c8.tar.gz
android_packages_apps_PhoneCommon-4e11c11af54c161ec4e4988b9646b81aab0109c8.tar.bz2
android_packages_apps_PhoneCommon-4e11c11af54c161ec4e4988b9646b81aab0109c8.zip
Add disconnect message for call pulled.
Adding a disconnect cause message associated with the call pulled disconnect cause. This is shown in the InCall UI when a call is pulled to another device. Bug: 27458894 Change-Id: Ie96d0737724e26a2162203aa8b9ecc2eed601225
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f2b3356..8ac120d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -119,6 +119,8 @@
<string name="incall_error_missing_voicemail_number">Voicemail number unknown.</string>
<!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. -->
<string name="callFailed_video_call_tty_enabled">Cannot make video calls when TTY is enabled.</string>
+ <!-- In-call screen: call ended because it was transferred to another device. -->
+ <string name="callEnded_pulled">Call transferred to another device.</string>
<!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. -->
<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. -->