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

Commit fdd41b3c authored by Etan Cohen's avatar Etan Cohen
Browse files

Modified VoLTE configuration: separate device and carrier configs.

Default device and carrier disabled.
Device to be overlayed in device/<xxx> dirs.
Carrier overlayed in this project.

Bug: 17365969
Change-Id: I95d58e934fc85506287069ddd71af4a5b7594bfb
parent f7efe33d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@
    -->
    <integer name="config_mobile_mtu">1440</integer>

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

    <!-- Values for GPS configuration (T-Mobile) -->
    <string-array translatable="false" name="config_gpsParameters">
        <item>CAPABILITEIS=0x33</item>
+2 −2
Original line number Diff line number Diff line
@@ -38,10 +38,10 @@
        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
    <!-- Flag specifying whether VoLTE & VT should be available for carrier: independent of
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
         provisioning, availability etc -->
    <bool name="config_mobile_allow_volte_vt">false</bool>
    <bool name="config_carrier_volte_vt_available">false</bool>

    <bool name="config_auto_attach_data_on_creation">false</bool>

+5 −2
Original line number Diff line number Diff line
@@ -1674,10 +1674,13 @@
        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
    <!-- Flag specifying whether VoLTE & VT is availasble on device -->
    <bool name="config_device_volte_vt_available">false</bool>

    <!-- Flag specifying whether VoLTE & VT should be available for carrier: independent of
         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_carrier_volte_vt_available">false</bool>

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

+2 −1
Original line number Diff line number Diff line
@@ -1970,7 +1970,8 @@
  <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="config_device_volte_vt_available" />
  <java-symbol type="bool" name="config_carrier_volte_vt_available" />
  <java-symbol type="bool" name="useImsAlwaysForEmergencyCall" />
  <java-symbol type="attr" name="touchscreenBlocksFocus" />
  <java-symbol type="layout" name="resolver_list_with_default" />