diff options
author | Greg Kaiser <gkaiser@google.com> | 2020-03-03 15:27:35 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-03-03 15:27:35 +0000 |
commit | a027373f2dfd263c7c034a50eac2158fac1bab3c (patch) | |
tree | 6dd1db07557b549bc12c692efe93456accb7352c | |
parent | 3ca57499525e039c055ea20206fb18da4719f27c (diff) | |
parent | fc06a5e2504b3739a79ebf362cfa7d4d49655ce6 (diff) |
Merge "Revert "Add USSD codes over IMS feature""
-rw-r--r-- | core/res/res/values/config.xml | 4 | ||||
-rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 1b45d407c86c..c52c53f9549a 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -3043,10 +3043,6 @@ <!-- Whether to use voip audio mode for ims call --> <bool name="config_use_voip_mode_for_ims">false</bool> - <!-- Boolean indicating USSD over IMS is allowed. - If it is not supported due to modem limitations, USSD send over the CS pipe instead.--> - <bool name="config_allow_ussd_over_ims">false</bool> - <!-- String array containing numbers that shouldn't be logged. Country-specific. --> <string-array name="unloggable_phone_numbers" /> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index bdd3ada15b97..2e9811aa7d33 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -2627,7 +2627,6 @@ <java-symbol type="bool" name="config_device_wfc_ims_available" /> <java-symbol type="bool" name="config_carrier_wfc_ims_available" /> <java-symbol type="bool" name="config_use_voip_mode_for_ims" /> - <java-symbol type="bool" name="config_allow_ussd_over_ims" /> <java-symbol type="attr" name="touchscreenBlocksFocus" /> <java-symbol type="layout" name="resolver_list_with_default" /> <java-symbol type="string" name="activity_resolver_set_always" /> |