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

Commit 35d3ac55 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 ffa59b7f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1152,6 +1152,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
@@ -288,6 +288,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" />