msm8974-common: Enable Wi-Fi Display

* AOSP Wi-Fi display is back in lineage-18.1.

Change-Id: I7958fc6869a22d66ad2955f80c4ea1867bdc23fd
This commit is contained in:
Nolen Johnson 2021-08-29 19:58:22 -04:00
parent d851283fe6
commit 4f28aad667

View file

@ -22,4 +22,7 @@
<resources> <resources>
<!-- Disable rounded corners on windows to improve graphics performance --> <!-- Disable rounded corners on windows to improve graphics performance -->
<bool name="config_supportsRoundedCornersOnWindows">false</bool> <bool name="config_supportsRoundedCornersOnWindows">false</bool>
<!-- AOSP WFD -->
<bool name="config_enableWifiDisplay">true</bool>
</resources> </resources>