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

Commit f6848fe8 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android Git Automerger
Browse files

am 4936c2c8: am e9259ce9: Merge "Don\'t disconnect data for some carrier" into lmp-dev

* commit '4936c2c831a2fe4dbc34343b81d9df9475d90895':
  Don't disconnect data for some carrier
parents 48cc08ee 65811e94
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1826,4 +1826,14 @@
    <!-- Flag indicating whether radio is to be restarted on the error of
         PDP_FAIL_REGULAR_DEACTIVATION/0x24 -->
    <bool name="config_restart_radio_on_pdp_fail_regular_deactivation">false</bool>

    <!-- networks that don't want data deactivate when shutdown the phone
         note this is dependent on the operator of the network we're on,
         not operator on the SIM -->
    <string-array translatable="false" name="networks_not_clear_data">
        <item>71203</item>
        <item>71606</item>
        <item>71610</item>
        <item>732101</item>
    </string-array>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -2068,4 +2068,5 @@
  <java-symbol type="id" name="textSpacerNoButtons" />
  <java-symbol type="array" name="dial_string_replace" />
  <java-symbol type="bool" name="config_restart_radio_on_pdp_fail_regular_deactivation" />
  <java-symbol type="array" name="networks_not_clear_data" />
</resources>