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

Commit 8a973203 authored by Xia Ying's avatar Xia Ying Committed by Amit Mahajan
Browse files

Add gid to configure no_ems_support_sim_operators

Since several carriers used same mccmnc, we need to
add gid to distinguish them.

Change-Id: I5e3ca0b09cc0879ef3a62a42b6c4cb07d6cd8f7c
parent ac0d317c
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1695,9 +1695,13 @@
         and adds page info " x/y". This config is used to set which carrier doesn't
         support EMS and whether page info should be added at the beginning or the end.
         We use tag 'prefix' for position beginning and 'suffix' for position end.
         Examples: <item>311480;prefix</item> <item>310260;suffix</item>
         And use gid to distinguish different carriers which using same mcc and mnc.
         Examples: <item>simOperatorNumber;position;gid(optional)</item>>
    -->
    <string-array translatable="false" name="no_ems_support_sim_operators" />
    <string-array translatable="false" name="no_ems_support_sim_operators">
        <!-- VZW -->
        <item>20404;suffix;BAE0000000000000</item>
    </string-array>

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