summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRakesh Pallerla <rakeshp@qti.qualcomm.com>2014-10-07 20:57:23 +0530
committerEtan Cohen <etancohen@google.com>2015-08-10 14:35:12 -0700
commit528f82934c9a637b010fdfd2abac558ebf0daebe (patch)
tree87b78d13102bff648a1f72841d55e06f9b44ac85
parent95508fd57e8bc2989d6f00eecf24c14fc16bb092 (diff)
downloadpackages_apps_PhoneCommon-528f82934c9a637b010fdfd2abac558ebf0daebe.tar.gz
packages_apps_PhoneCommon-528f82934c9a637b010fdfd2abac558ebf0daebe.tar.bz2
packages_apps_PhoneCommon-528f82934c9a637b010fdfd2abac558ebf0daebe.zip
STK Call Control feature implementation.
Support to display the exact call failure reason for STK cc. Bug: 22928843 Change-Id: Ib37fa59d75d036da6c51cfd022d2f3cae07199ef
-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 24fd6f3..657a1ba 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) -->