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

Commit 961365c7 authored by Fang Yunong's avatar Fang Yunong Committed by Gerrit - the friendly Code Review server
Browse files

config: operator specific domestic roaming list

To mark a plmn as domestic roaming or international roaming as per
operator specific criteria.

Change-Id: I5dcbb92d4539c77ef302b1b7e0fb72c0fd044b03
CRs-Fixed: 1078404
parent ecf1fc3c
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -37,4 +37,30 @@
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
         provisioning, availability etc -->
    <bool name="config_carrier_wfc_ims_available">true</bool>

    <!-- Array of numeric that operator considered as domestic roaming -->
    <string-array translatable="false" name="config_operatorConsideredDomesticRoaming">
        <item>310</item>
        <item>311</item>
        <item>312</item>
        <item>313</item>
        <item>314</item>
        <item>315</item>
        <item>316</item>
    </string-array>

    <!-- Exceptions of above list -->
    <string-array translatable="false" name="config_operatorConsideredDomesticRoamingExceptions">
        <item>310500</item>
        <item>310970</item>
        <item>310033</item>
        <item>310470</item>
        <item>310370</item>
        <item>310032</item>
        <item>310140</item>
        <item>311250</item>
        <item>310400</item>
        <item>311170</item>
    </string-array>

</resources>
+8 −0
Original line number Diff line number Diff line
@@ -2658,4 +2658,12 @@
         the Emergency Call while the device is non-interactive. -->
    <bool name="config_emergencyCallOnPowerkeyTapGestureEnabled">false</bool>
    <bool name="config_volte_preferred">false</bool>

    <!-- Array of numeric that operator considered as domestic roaming -->
    <string-array translatable="false" name="config_operatorConsideredDomesticRoaming">
    </string-array>

    <!-- Exceptions of above list -->
    <string-array translatable="false" name="config_operatorConsideredDomesticRoamingExceptions">
    </string-array>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -2743,4 +2743,6 @@
  <java-symbol type="bool" name="config_volte_preferred" />
  <!-- config softap extention feature -->
  <java-symbol type="bool" name="config_softap_extention" />
  <java-symbol type="array" name="config_operatorConsideredDomesticRoaming" />
  <java-symbol type="array" name="config_operatorConsideredDomesticRoamingExceptions" />
</resources>