summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2012-05-17 14:28:04 -0700
committerIrfan Sheriff <isheriff@google.com>2012-05-17 14:28:04 -0700
commit600eac17c4a9a7784219021eede7f3398e6988db (patch)
treeee93b1be3dda3ce8dfd56ae2f88290140d8f25ba
parent479449bc556814efe7ab5c8805a9790438cd95ad (diff)
downloadwingray-600eac17c4a9a7784219021eede7f3398e6988db.tar.gz
Remove background scanning
BCM4329 pno is broken. Turn it off until it is fixed. Bug: 6513195 Change-Id: If81244a3cf8317e1d2a0d69e113d62e86055f62c
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index a42b3a2..bd7e886 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -94,9 +94,6 @@
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
<bool translatable="false" name="config_wifi_dual_band_support">true</bool>
- <!-- Boolean indicating whether the wifi chipset has background scan support -->
- <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
-
<!-- Component name of the service providing network location support. -->
<string name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string>