aboutsummaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorLuca Stefani <luca020400@lineageos.org>2017-07-23 15:26:53 +0200
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-04-23 23:26:27 +0200
commit0d105a5b3f213e80737a20b229bfea715ff79646 (patch)
treecb911a1c3cee7f2bb0ec409b8996729adff2c02f /overlay
parent3b8822e2ad13cebfae5d0ec0b61292349ff1d21e (diff)
msm8996-common: overlay: Remove custom wifi score thresholds
Change-Id: I63907c20ae174865b28d524c13e6b5d8726e5bec
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>