diff options
| author | 2020-02-28 15:48:56 +0000 | |
|---|---|---|
| committer | 2020-02-28 15:48:56 +0000 | |
| commit | 9fefb65aa9e7beae9ca8306b925b9fbfaeffecc9 (patch) | |
| tree | 82102cdcf3a7f00f843b87a29cf27a5d475e566f | |
| parent | 1b637fe165c2ee7ba6f41e567010243ba4d7c945 (diff) | |
| parent | c003a45e51d8196f592c693ec1fd71b8d741b63a (diff) | |
Merge "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, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index c52c53f9549a..1b45d407c86c 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -3043,6 +3043,10 @@ <!-- 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 62cc7b3fc65e..188d92462eb2 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -2627,6 +2627,7 @@ <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" /> |