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

Commit 155bbf1e authored by Etan Cohen's avatar Etan Cohen
Browse files

Enable VoLTE with overlay configuration allowing disabling.

Bug: 17134661
Change-Id: Ie6262b2b39848a13729a4b9d6acad10ebb91636b
parent 240ecfe5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -38,4 +38,9 @@
        be disabled) but individual Features can be disabled using ImsConfig.setFeatureValue() -->
    <bool name="imsServiceAllowTurnOff">false</bool>

    <!-- Flag specifying whether VoLTE & VT should be allowed on device: independent of the
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
         provisioning, availability etc -->
    <bool name="config_mobile_allow_volte_vt">false</bool>

</resources>
+5 −0
Original line number Diff line number Diff line
@@ -1641,6 +1641,11 @@
        be disabled) but individual Features can be disabled using ImsConfig.setFeatureValue() -->
    <bool name="imsServiceAllowTurnOff">true</bool>

    <!-- Flag specifying whether VoLTE & VT should be allowed on device: independent of the
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
         provisioning, availability etc -->
    <bool name="config_mobile_allow_volte_vt">true</bool>

    <bool name="config_networkSamplingWakesDevice">true</bool>

    <string-array translatable="false" name="config_cdma_home_system" />
+1 −0
Original line number Diff line number Diff line
@@ -1956,6 +1956,7 @@
  <java-symbol type="attr" name="preferenceFragmentStyle" />
  <java-symbol type="bool" name="skipHoldBeforeMerge" />
  <java-symbol type="bool" name="imsServiceAllowTurnOff" />
  <java-symbol type="bool" name="config_mobile_allow_volte_vt" />
  <java-symbol type="bool" name="useImsAlwaysForEmergencyCall" />
  <java-symbol type="attr" name="touchscreenBlocksFocus" />
  <java-symbol type="layout" name="resolver_list_with_default" />