summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRavi Paluri <rpaluri@codeaurora.org>2015-09-01 15:34:09 +0530
committerSatish Kamuju <skamuj@codeaurora.org>2015-10-06 17:28:07 +0530
commit9168c58ec9e7a247bdb1b8c7944cb9e82a304f9c (patch)
treeb4aa466d4841f9d0a5ac92478543697510a19917 /res/values
parente041878353cfc884b51c503ad0a915a44348f743 (diff)
downloadpackages_apps_InCallUI-9168c58ec9e7a247bdb1b8c7944cb9e82a304f9c.tar.gz
packages_apps_InCallUI-9168c58ec9e7a247bdb1b8c7944cb9e82a304f9c.tar.bz2
packages_apps_InCallUI-9168c58ec9e7a247bdb1b8c7944cb9e82a304f9c.zip
IMS-VT: Support IMS calls fallback to CS
1. Display alert dialog to seek user confirmation. If confirmed for a retry, then initiate a cs call. 2. In case of silent redial, automatically initiate the cs call. Change-Id: I0b0d9880fa017ab91cff9dfe2e292237d73c0d18 CRs-Fixed: 781748
Diffstat (limited to 'res/values')
-rw-r--r--res/values/qtistrings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values/qtistrings.xml b/res/values/qtistrings.xml
index 85f8b8f2..03b74dae 100644
--- a/res/values/qtistrings.xml
+++ b/res/values/qtistrings.xml
@@ -85,6 +85,17 @@
<string name="qti_description_target_deflect">Deflect</string>
<string name="qti_description_deflect_error">Number not set. Provide the number via IMS settings and retry.</string>
<string name="qti_description_deflect_service_error">Call Deflection service is not supported.</string>
+
<!-- Message indicating call failed due to handover not feasible -->
<string name="call_failed_ho_not_feasible">Call was ended as LTE to 3G/2G handover was not feasible.</string>
+
+ <!-- Title of the IMS to CS redial dialog -->
+ <string name="cs_redial_option">Redial Option</string>
+ <!-- Message text of the IMS to CS redial dialog -->
+ <string name="cs_redial_msg">Unable to make an IMS Video call, try to dial as non-IMS voice call
+?</string>
+ <!-- Yes option of the IMS to CS redial dialog -->
+ <string name="cs_redial_yes">Yes</string>
+ <!-- No option of the IMS to CS redial dialog -->
+ <string name="cs_redial_no">No</string>
</resources>