summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuresh Koleti <skoleti@codeaurora.org>2017-07-29 10:12:17 +0530
committerSuresh Koleti <skoleti@codeaurora.org>2017-10-05 12:09:26 +0530
commit965e2dbbfb0fbcdc4b11dfc7b74a002564c52088 (patch)
tree7665ee729a3394ee127c837439f65047cf66d32c
parent742f2254b5fd8b8239724008dadcdac7debfe1c6 (diff)
downloadpackages_apps_PhoneCommon-965e2dbbfb0fbcdc4b11dfc7b74a002564c52088.tar.gz
packages_apps_PhoneCommon-965e2dbbfb0fbcdc4b11dfc7b74a002564c52088.tar.bz2
packages_apps_PhoneCommon-965e2dbbfb0fbcdc4b11dfc7b74a002564c52088.zip
IMS: Add support for STK CC feature
-- Add required strings to show appropriate error dialog's for STK CC failures. Test: Manual Bug: 64685331 Change-Id: Ia23333c1050c049741bd24ba0fdf131e725ea8b6
-rw-r--r--res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3788852..f9a82ce 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -105,6 +105,16 @@
<string name="callFailed_dialToSs">DIAL request modified to SS request.</string>
<!-- In-call screen: call failure reason (call modified to call with modified data) -->
<string name="callFailed_dialToDial">DIAL request modified to DIAL with different number.</string>
+ <!-- In-call screen: call failure reason (call modified to call with modified data) -->
+ <string name="callFailed_dialToDialVideo">DIAL request modified to Video DIAL.</string>
+ <!-- In-call screen: call failure reason (call modified to call with modified data) -->
+ <string name="callFailed_dialVideoToSs">Video DIAL request modified to SS request.</string>
+ <!-- In-call screen: call failure reason (call modified to call with modified data) -->
+ <string name="callFailed_dialVideoToUssd">Video DIAL request modified to USSD request.</string>
+ <!-- In-call screen: call failure reason (call modified to call with modified data) -->
+ <string name="callFailed_dialVideoToDial">Video DIAL request modified to DIAL.</string>
+ <!-- In-call screen: call failure reason (call modified to call with modified data) -->
+ <string name="callFailed_dialVideoToDialVideo">Video DIAL request modified to Video DIAL with different number.</string>
<!-- In-call screen: call failure reason (call denied because call barring is on) -->
<string name="callFailed_cb_enabled">Can\'t make outgoing calls while call barring is on.</string>
<!-- In-call screen: call failure reason (call denied because domain specific access control is on) -->