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

Commit 3fce2683 authored by lrichard's avatar lrichard
Browse files

STK: add config for sim refresh in dual mode card

Use OEM hook to send sim refresh response from qcril to framework, and
add new parameter app type in the response for dual mode card when the
config enabled.Use the data of sim refresh response without app type
from RILJ when the config disabled.

Change-Id: I10d01ab43b23f0743367eb6c7511ca2eff2d64a3
CRs-Fixed: 543734
parent 383b26b7
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>