msm8937-common: Use hardware feature definition to indicate Passpoint support
Bug: 36886243 Test: Manual test Change-Id: I570f7037abfd670e153c62a8dc723f1e89e9bf56
This commit is contained in:
parent
751eb3ee92
commit
20968a5ba6
2 changed files with 1 additions and 3 deletions
|
@ -94,9 +94,6 @@
|
|||
capability can provide power savings when wifi needs to be always kept on. -->
|
||||
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether Hotspot 2.0/Passpoint and ANQP queries is enabled -->
|
||||
<bool translatable="false" name="config_wifi_hotspot2_enabled">true</bool>
|
||||
|
||||
<!-- This string array should be overridden by the device to present a list of network
|
||||
attributes. This is used by the connectivity manager to decide which networks can coexist
|
||||
based on the hardware -->
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Permissions
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
|
||||
frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \
|
||||
frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml
|
||||
|
||||
# Wi-Fi
|
||||
|
|
Loading…
Reference in a new issue