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

Commit 4a339b15 authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Add USSD codes over IMS feature" into rvc-dev am: d955807e am: 61f5f38b

Change-Id: I9d11fb0a79965c4bf0c7ae8ecd44ff53b47aa984
parents 7bd31fd4 61f5f38b
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -2978,6 +2978,10 @@
    <!-- Whether to use voip audio mode for ims call -->
    <!-- Whether to use voip audio mode for ims call -->
    <bool name="config_use_voip_mode_for_ims">false</bool>
    <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 containing numbers that shouldn't be logged. Country-specific. -->
    <string-array name="unloggable_phone_numbers" />
    <string-array name="unloggable_phone_numbers" />


+1 −0
Original line number Original line Diff line number Diff line
@@ -2531,6 +2531,7 @@
  <java-symbol type="bool" name="config_device_wfc_ims_available" />
  <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_carrier_wfc_ims_available" />
  <java-symbol type="bool" name="config_use_voip_mode_for_ims" />
  <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="attr" name="touchscreenBlocksFocus" />
  <java-symbol type="layout" name="resolver_list_with_default" />
  <java-symbol type="layout" name="resolver_list_with_default" />
  <java-symbol type="string" name="activity_resolver_set_always" />
  <java-symbol type="string" name="activity_resolver_set_always" />