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

Commit 05d7fb36 authored by Banavathu Srinivas Naik's avatar Banavathu Srinivas Naik Committed by Steve Kondik
Browse files

Telephony: Do not send Radio Power Off on SIM_RESET

Changes made to not to send radio power off during refresh app
reset.

Change-Id: I83b7063a86ce9b380c7aeb0c140a4967d205d93b
CRs-Fixed: 441924
(cherry picked from commit 41b19b200620229deda8385478499d2cf5b794d5)
(cherry picked from commit 9b13254fe3d25ed8ba222713b95027a0930dc324)
(cherry picked from commit 601891892d9a5851ffedd64c186055406ddb4ca1)
parent aeb6ad20
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1155,6 +1155,10 @@
    <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
    <bool name="config_cellBroadcastAppLinks">false</bool>

    <!-- Boolean indicating if RADIO POWER OFF should be skipped on receiving SIM REFRESH with RESET-->
    <!-- This will be handled by modem if it is true-->
    <bool translatable="false" name="skip_radio_power_off_on_sim_refresh_reset">true</bool>

    <!-- The default value if the SyncStorageEngine should sync automatically or not -->
    <bool name="config_syncstorageengine_masterSyncAutomatically">true</bool>

+1 −0
Original line number Diff line number Diff line
@@ -290,6 +290,7 @@
  <java-symbol type="bool" name="config_forceDefaultOrientation" />
  <java-symbol type="bool" name="config_wifi_batched_scan_supported" />
  <java-symbol type="bool" name="flip_controller_fallback_keys" />
  <java-symbol type="bool" name="skip_radio_power_off_on_sim_refresh_reset" />

  <java-symbol type="integer" name="config_cursorWindowSize" />
  <java-symbol type="integer" name="config_extraFreeKbytesAdjust" />