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

Commit 3bdda955 authored by Shishir Agrawal's avatar Shishir Agrawal
Browse files

Add a config variable to control radio power cycle on SIM refresh reset.

This was required for legacy devices and causes issues in the newer devices.

Bug: 17154939
Change-Id: Ib231975d3210a8c4f3f10ac3af1b636e3de5fcbf
parent e2478d45
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1456,6 +1456,10 @@
    <!-- Set to true if after a provisioning apn the radio should be restarted -->
    <!-- Set to true if after a provisioning apn the radio should be restarted -->
    <bool name="config_restartRadioAfterProvisioning">false</bool>
    <bool name="config_restartRadioAfterProvisioning">false</bool>


    <!-- Boolean indicating if RADIO POWER OFF is required on receiving SIM REFRESH with RESET.
         This will be handled by modem if it is false. -->
    <bool name="config_requireRadioPowerOffOnSimRefreshReset">false</bool>

    <!-- Vibrator pattern to be used as the default for notifications
    <!-- Vibrator pattern to be used as the default for notifications
         that specify DEFAULT_VIBRATE.
         that specify DEFAULT_VIBRATE.
     -->
     -->
+1 −0
Original line number Original line Diff line number Diff line
@@ -283,6 +283,7 @@
  <java-symbol type="bool" name="config_camera_sound_forced" />
  <java-symbol type="bool" name="config_camera_sound_forced" />
  <java-symbol type="bool" name="config_dontPreferApn" />
  <java-symbol type="bool" name="config_dontPreferApn" />
  <java-symbol type="bool" name="config_restartRadioAfterProvisioning" />
  <java-symbol type="bool" name="config_restartRadioAfterProvisioning" />
  <java-symbol type="bool" name="config_requireRadioPowerOffOnSimRefreshReset" />
  <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="config_forceDefaultOrientation" />
  <java-symbol type="bool" name="config_forceDefaultOrientation" />