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

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

Frameworks: 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
Conflicts:
	core/res/res/values/symbols.xml
parent a6c7dced
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1071,6 +1071,10 @@
    <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
    <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
    <bool name="config_cellBroadcastAppLinks">false</bool>
    <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 -->
    <!-- The default value if the SyncStorageEngine should sync automatically or not -->
    <bool name="config_syncstorageengine_masterSyncAutomatically">true</bool>
    <bool name="config_syncstorageengine_masterSyncAutomatically">true</bool>


+1 −0
Original line number Original line Diff line number Diff line
@@ -280,6 +280,7 @@
  <java-symbol type="bool" name="config_dontPreferApn" />
  <java-symbol type="bool" name="config_dontPreferApn" />
  <java-symbol type="bool" name="config_speed_up_audio_on_mt_calls" />
  <java-symbol type="bool" name="config_speed_up_audio_on_mt_calls" />
  <java-symbol type="bool" name="config_useFixedVolume" />
  <java-symbol type="bool" name="config_useFixedVolume" />
  <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_cursorWindowSize" />
  <java-symbol type="integer" name="config_longPressOnPowerBehavior" />
  <java-symbol type="integer" name="config_longPressOnPowerBehavior" />