diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/config.xml | 4 | ||||
-rw-r--r-- | core/res/res/values/symbols.xml | 1 |
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" /> |