summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorUmashankar Godachi <umasha@codeaurora.org>2014-10-07 20:57:23 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:22:30 -0600
commit77b1a49eceb443add48239903c086c970e6cbf65 (patch)
tree2038dcce857d739143b450e99d050250f387b426 /res/values
parentd57a8b752c4d20815ec146c27f5a4e38d552cb91 (diff)
downloadandroid_packages_apps_PhoneCommon-77b1a49eceb443add48239903c086c970e6cbf65.tar.gz
android_packages_apps_PhoneCommon-77b1a49eceb443add48239903c086c970e6cbf65.tar.bz2
android_packages_apps_PhoneCommon-77b1a49eceb443add48239903c086c970e6cbf65.zip
STK Call Control feature implementation.
Support to display the exact call failure reason for STK cc. Change-Id: I50796fc3df6c0153aa2fe65f0e86b506f996e039
Diffstat (limited to 'res/values')
-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 23e4a2f..c8ee64f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -96,6 +96,12 @@
<string name="callFailed_outOfService">Cellular 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">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) -->