OSDN Git Service

Add a config variable to control radio power cycle on SIM refresh reset.
authorShishir Agrawal <shishir@google.com>
Wed, 3 Sep 2014 16:05:23 +0000 (09:05 -0700)
committerShishir Agrawal <shishir@google.com>
Thu, 4 Sep 2014 00:59:16 +0000 (17:59 -0700)
This was required for legacy devices and causes issues in the newer devices.

Bug: 17154939
Change-Id: Ib231975d3210a8c4f3f10ac3af1b636e3de5fcbf

core/res/res/values/config.xml
core/res/res/values/symbols.xml

index 988198a..e23d4b0 100644 (file)
     <!-- Set to true if after a provisioning apn the radio should be restarted -->
     <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
          that specify DEFAULT_VIBRATE.
      -->
index 06bd2ec..7ddeea9 100644 (file)
   <java-symbol type="bool" name="config_camera_sound_forced" />
   <java-symbol type="bool" name="config_dontPreferApn" />
   <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_useFixedVolume" />
   <java-symbol type="bool" name="config_forceDefaultOrientation" />