summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorShishir Agrawal <shishir@google.com>2014-09-03 09:05:23 -0700
committerShishir Agrawal <shishir@google.com>2014-09-03 17:59:16 -0700
commit3bdda955a17676f689d484a1070f9b0ad5d34365 (patch)
tree7b7954e679a5907ca25e9ff33dc0868ca2cc0019 /core
parente2478d45ccbe5b6abb360ac9d44771b5f4a50bde (diff)
downloadframeworks_base-3bdda955a17676f689d484a1070f9b0ad5d34365.zip
frameworks_base-3bdda955a17676f689d484a1070f9b0ad5d34365.tar.gz
frameworks_base-3bdda955a17676f689d484a1070f9b0ad5d34365.tar.bz2
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
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/config.xml4
-rw-r--r--core/res/res/values/symbols.xml1
2 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 988198a..e23d4b0 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1456,6 +1456,10 @@
<!-- 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.
-->
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index 06bd2ec..7ddeea9 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -283,6 +283,7 @@
<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" />