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

Commit e08af548 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "STK: add config for sim refresh in dual mode card"

parents f9ad8a9a 3fce2683
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1429,4 +1429,6 @@
        <item>@null</item>
    </array>

    <!-- Configuartion to support SIM refresh in STK command for dual mode card.-->
    <bool name="config_sim_refresh_for_dual_mode_card">true</bool>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -1806,4 +1806,7 @@

  <!-- for wifi auto connection -->
  <java-symbol type="bool" name="wifi_autocon" />

  <!-- sim refresh for dual mode card -->
  <java-symbol type="bool" name="config_sim_refresh_for_dual_mode_card" />
</resources>