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

Commit 8bd0b516 authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by Android Git Automerger
Browse files

am bf7b4d94: am f996d6b7: Merge "Added configuration to determine whether...

am bf7b4d94: am f996d6b7: Merge "Added configuration to determine whether VoLTE requires provisioning." into lmp-mr1-dev

* commit 'bf7b4d94':
  Added configuration to determine whether VoLTE requires provisioning.
parents 6549e9be bf7b4d94
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1830,6 +1830,9 @@
         provisioning, availability etc -->
    <bool name="config_carrier_volte_available">false</bool>

    <!-- Flag specifying whether VoLTE availability is based on provisioning -->
    <bool name="config_carrier_volte_provisioned">false</bool>

    <!-- Flag specifying whether VT is available on device -->
    <bool name="config_device_vt_available">false</bool>

+1 −0
Original line number Diff line number Diff line
@@ -2079,6 +2079,7 @@
  <java-symbol type="bool" name="imsServiceAllowTurnOff" />
  <java-symbol type="bool" name="config_device_volte_available" />
  <java-symbol type="bool" name="config_carrier_volte_available" />
  <java-symbol type="bool" name="config_carrier_volte_provisioned" />
  <java-symbol type="bool" name="config_device_vt_available" />
  <java-symbol type="bool" name="config_carrier_vt_available" />
  <java-symbol type="bool" name="useImsAlwaysForEmergencyCall" />