summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMuhammed Siju <msiju_qc@codeaurora.org>2013-10-10 11:00:19 +0530
committerLinux Build Service Account <lnxbuild@localhost>2013-10-31 19:37:16 -0600
commit9bfd2d7cac8b98d476b20903d56912e7eb3c6950 (patch)
tree351fb1d777d3d126950d985aaa3e3d91b8776a73 /res/values
parent7855186b608676741356d1618cc3c688faff6d31 (diff)
downloadandroid_packages_apps_InCallUI-9bfd2d7cac8b98d476b20903d56912e7eb3c6950.tar.gz
android_packages_apps_InCallUI-9bfd2d7cac8b98d476b20903d56912e7eb3c6950.tar.bz2
android_packages_apps_InCallUI-9bfd2d7cac8b98d476b20903d56912e7eb3c6950.zip
Display supplementary service dialogs for CF and CB.
When call is not answered and is forwarded, display "Call Unanswered and Forwarded" message at MT side. When Call Barring is enabled on MT side, display "Party has barred all Incoming calls" message to the user on MO side. Change-Id: I4ae0b8b1dd2588b6cee96bc1c2d296290810c11c (cherry picked from commit e7e81e031e526a07875f17216b217b672b0a7044) (cherry picked from commit de1ecaecce46a3bac5581927eaf1587390e9b24e)
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3a1b6566..f6d67fa0 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -72,6 +72,10 @@
<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 call barring is ON on MT side ) -->
+ <string name="callFailed_incoming_cb_enabled">Party has barred all Incoming calls.</string>
+ <!-- In-call screen: status label for an incoming call that is not answered and forwarded -->
+ <string name="callUnanswered_forwarded">Call Unanswered and Forwarded</string>
<!-- In-call screen: call failure reason (call denied because domain specific access control is on) -->
<string name="callFailed_dsac_restricted">All calls are restricted by access control.</string>
<!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)-->