diff options
| -rw-r--r-- | core/res/res/values/config.xml | 4 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 142d92313281..49bd853a9c97 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2572,10 +2572,6 @@ <!-- 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 408620a13aad..dbfb0307e96e 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -350,7 +350,6 @@ <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_enableMultiUserUI"/> |