summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorMichael Plass <mplass@google.com>2018-05-15 12:44:31 -0700
committerMichael Plass <mplass@google.com>2018-05-17 16:54:51 +0000
commit8bc03a424b280aad66a5f1bc0ee74b5b6deafa6e (patch)
tree8d50ddc2ab9176c1c1d21ecca09d15b247936f91 /overlay
parentb94dcb57baf5ac7680f1f08710dbf6ab12a056df (diff)
downloadbonito-8bc03a424b280aad66a5f1bc0ee74b5b6deafa6e.tar.gz
Remove wifi thresholds from b/c overlay
These currently match the defaults, so no real change here. Bug: 76152193 Test: Builds Change-Id: Ia5e5f8b4b950f80ea66470bbc84d6c5407b0455c
Diffstat (limited to 'overlay')
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index c1ac9b33..9fcc3d99 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -192,10 +192,6 @@
<!-- Boolean indicating whether the wifi chipset has background scan support -->
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
- <!-- Integer thresholds, do not connect to APs with RSSI lower than these values -->
- <integer translatable="false" name="config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz">-82</integer>
- <integer translatable="false" name="config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz">-85</integer>
-
<!-- Vibrator pattern for feedback about a long screen/key press -->
<!-- TODO(b/78128429): increase duration to account for the long latency -->