summaryrefslogtreecommitdiff
path: root/RROOverlaySampleApp
diff options
context:
space:
mode:
authorAhmed ElArabawy <arabawy@google.com>2019-12-09 16:20:49 -0800
committerAhmed ElArabawy <arabawy@google.com>2019-12-12 16:32:57 -0800
commit6921b854a62b2959a4b03088091e7c84641dabb0 (patch)
tree84b4b69cf3cc73106150bd67d9311b017110f7fa /RROOverlaySampleApp
parent6365f9620376f5541ee7f67b025b9f09ae9d02d4 (diff)
Wifi: Replace dual_band with 5GHz band support
As part of the support of the 6GHz band, the concept of dual-band is no longer valid since we have more than 2 bands supported by Android and can be checked on the device. This commit replaces checks on dual-band support with an explicit check on 5GHz band support. This commit also reads the device support for 5GHz/6GHz bands through the overlay configs, and removes the logic for reading it from the vendor HAL. Bug: 145936758 Bug: 139354972 Test: Manual Change-Id: I9f0ad7c5ab57107c71b13f857994e874a34d9bdf
Diffstat (limited to 'RROOverlaySampleApp')
-rw-r--r--RROOverlaySampleApp/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/RROOverlaySampleApp/res/values/config.xml b/RROOverlaySampleApp/res/values/config.xml
index cf6ab948d..08b0430a8 100644
--- a/RROOverlaySampleApp/res/values/config.xml
+++ b/RROOverlaySampleApp/res/values/config.xml
@@ -18,6 +18,6 @@
-->
<!-- Overrides the default value of the specified config values when this sample app is installed -->
<resources>
- <bool translatable="false" name="config_wifi_dual_band_support">true</bool>
+ <bool translatable="false" name="config_wifi5ghzSupport">true</bool>
<bool translatable="false" name="config_wifi_connected_mac_randomization_supported">true</bool>
</resources>