summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-01-29 08:53:38 -0800
committerTyler Gunn <tgunn@google.com>2016-02-02 10:45:49 -0800
commit434aef763bebbc1c9d703a18b9ef117a149ffda8 (patch)
tree94aefed601159293f21a2338d37b65b33ced49f9
parentb146822d40f6bb7eaf9f135b6f3e11f59b771426 (diff)
downloadandroid_packages_apps_PhoneCommon-434aef763bebbc1c9d703a18b9ef117a149ffda8.tar.gz
android_packages_apps_PhoneCommon-434aef763bebbc1c9d703a18b9ef117a149ffda8.tar.bz2
android_packages_apps_PhoneCommon-434aef763bebbc1c9d703a18b9ef117a149ffda8.zip
Add telephony call fail string for making video calls with TTY enabled.
Adding a telephony call failure string which is used in telephony when the user tries to start a video call when tty is enabled. Bug: 20090652 Change-Id: Ie178ed74e0daed093b6417d2537edccb49ad1313
-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 657a1ba..3196618 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -114,7 +114,8 @@
<string name="callFailed_unobtainable_number">Invalid number</string>
<!-- In-call screen: message displayed in an error dialog -->
<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>
<!-- 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. -->