Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2dcf63f6 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Tyler Gunn
Browse files

Add USSD codes over IMS feature

Add config to allow USSD over IMS.
If it is not supported due to modem limitations, USSD send over the CS
pipe instead.

Test: atest ImsPhoneTest
Bug: 141350403
Merged-In: If0cc0aecd9d9a321715a15c83b9e8473eb1ae91d
Change-Id: If0cc0aecd9d9a321715a15c83b9e8473eb1ae91d
(cherry picked from commit 307db944)
parent 3b838926
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2978,6 +2978,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" />

+1 −0
Original line number Diff line number Diff line
@@ -2553,6 +2553,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" />