aboutsummaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 6e416d9..8c3529c 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -417,13 +417,6 @@
so that applications can still use their own mechanisms. -->
<bool name="config_enableAutoPowerModes">true</bool>
- <!-- Integer parameters of the wifi to cellular handover feature
- wifi should not stick to bad networks -->
- <integer name="config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz">-100</integer>
- <integer name="config_wifi_framework_wifi_score_low_rssi_threshold_5GHz">-100</integer>
- <integer name="config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz">-100</integer>
- <integer name="config_wifi_framework_wifi_score_low_rssi_threshold_24GHz">-100</integer>
-
<!-- Flag indicating if the speed up audio on mt call code should be executed -->
<bool name="config_speed_up_audio_on_mt_calls">true</bool>