diff options
| author | Rakesh Pallerla <rakeshp@qti.qualcomm.com> | 2015-08-10 22:21:25 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-10 22:21:25 +0000 |
| commit | bf6742ff9ca96f77d26b9f239642539f11f06a12 (patch) | |
| tree | 8241b4553ee1f6cce857897b6f049c3f8d744b52 /res | |
| parent | cb1959792cc000115616d51561859ac6afca5d4b (diff) | |
| parent | 0020f5e4a52c48e0eb038e6057a7e88a0409a5eb (diff) | |
| download | packages_apps_PhoneCommon-bf6742ff9ca96f77d26b9f239642539f11f06a12.tar.gz packages_apps_PhoneCommon-bf6742ff9ca96f77d26b9f239642539f11f06a12.tar.bz2 packages_apps_PhoneCommon-bf6742ff9ca96f77d26b9f239642539f11f06a12.zip | |
am 0020f5e4: am 745707f8: am 12f65083: am 528f8293: STK Call Control feature implementation.
* commit '0020f5e4a52c48e0eb038e6057a7e88a0409a5eb':
STK Call Control feature implementation.
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/strings.xml | 6 |
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) --> |
