summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUmashankar Godachi <umasha@codeaurora.org>2014-10-07 20:57:23 +0530
committerLinux Build Service Account <lnxbuild@localhost>2014-11-04 08:40:31 -0700
commit6f2d2680734348b28ad21a1056740d20c41ce657 (patch)
tree6a5831f6f9612b87301a88eabf1c0b0ac98246be
parent2a2371dd751e5d3eecf2fb0f583b36bbcaf04334 (diff)
downloadandroid_packages_apps_PhoneCommon-staging/cm-12.0-caf.tar.gz
android_packages_apps_PhoneCommon-staging/cm-12.0-caf.tar.bz2
android_packages_apps_PhoneCommon-staging/cm-12.0-caf.zip
STK Call Control feature implementation.staging/cm-12.0-caf
Support to display the exact call failure reason for STK cc. Change-Id: I50796fc3df6c0153aa2fe65f0e86b506f996e039
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 66aa769..e47db2e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -116,6 +116,12 @@
<string name="callFailed_outOfService">Mobile network not available</string>
<!-- In-call screen: call failure reason (call denied because of current FDN setting) -->
<string name="callFailed_fdn_only">Outgoing calls are restricted by FDN.</string>
+ <!-- In-call screen: call failure reason (call modified to USSD request) -->
+ <string name="callFailed_dialToUssd">DIAL request modified to USSD request.</string>
+ <!-- In-call screen: call failure reason (call modified to SS request) -->
+ <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 denied because call barring is on) -->
<string name="callFailed_cb_enabled">You 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) -->