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

Commit c9b0d8af authored by Banavathu Srinivas Naik's avatar Banavathu Srinivas Naik Committed by Ricardo Cerqueira
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.

CRs-Fixed: 441924

Conflicts:
	core/res/res/values/symbols.xml

Change-Id: I83b7063a86ce9b380c7aeb0c140a4967d205d93b
parent 6b258fa4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1433,6 +1433,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
@@ -336,6 +336,7 @@
  <java-symbol type="integer" name="config_wifi_framework_max_connection_errors_to_blacklist" />
  <java-symbol type="integer" name="config_wifi_framework_max_auth_errors_to_blacklist" />
  <java-symbol type="integer" name="config_wifi_framework_network_black_list_min_time_milli" />
  <java-symbol type="bool" name="skip_radio_power_off_on_sim_refresh_reset" />
  <java-symbol type="integer" name="config_bluetooth_max_advertisers" />
  <java-symbol type="integer" name="config_bluetooth_max_scan_filters" />
  <java-symbol type="integer" name="config_cursorWindowSize" />