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

Commit 022206e5 authored by Yujing Gu's avatar Yujing Gu Committed by Linux Build Service Account
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.

CRs-Fixed: 543734
Change-Id: I10d01ab43b23f0743367eb6c7511ca2eff2d64a3
parent aaa21700
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1885,4 +1885,6 @@
    <!-- Is the device capable of supporting digital pen -->
    <!-- Is the device capable of supporting digital pen -->
    <bool name="config_digitalPenCapable">false</bool>
    <bool name="config_digitalPenCapable">false</bool>


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

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