summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2010-11-05 15:47:29 -0700
committerIrfan Sheriff <isheriff@google.com>2010-11-05 15:47:29 -0700
commit1d7b2bc954fca2e09ca97d7d4b4feeae72c1aaa7 (patch)
tree6d8e80d2defa0b445160d7035d7548b3351dadb1 /overlay
parent0864396ab62a22455ab6d86f0bbbd2d4c129e3e3 (diff)
downloadstingray-1d7b2bc954fca2e09ca97d7d4b4feeae72c1aaa7.tar.gz
Add dual band support config variable
Bug: 3169020 Change-Id: Ica421fd2a308f674a10141832d8ae26b1cdd87e7
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index e2aafef..26b77d5 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -71,6 +71,9 @@
<!-- Boolean indicating if we require the use of DUN on mobile for tethering -->
<bool translatable="false" name="config_tether_dun_required">true</bool>
+ <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
+ <bool translatable="false" name="config_wifi_dual_band_support">true</bool>
+
<!-- Component name of the service providing network location support. -->
<string name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string>