universal7580: Enable Wi-Fi Display
authorNolen Johnson <johnsonnolen@gmail.com>
Sun, 29 Aug 2021 23:58:22 +0000 (19:58 -0400)
committerDanny Wood <danwood76@gmail.com>
Thu, 6 Jan 2022 14:25:11 +0000 (15:25 +0100)
* AOSP Wi-Fi display is back in lineage-18.1.

Change-Id: I7958fc6869a22d66ad2955f80c4ea1867bdc23fd

overlay/frameworks/base/core/res/res/values/config.xml

index c7325dcb0b308174f1ab82a7d31340bf1ad39741..e418ce5098ac39260cfa3553dfb47d10219dafac 100644 (file)
@@ -41,4 +41,8 @@
          correctly use them when installed on your device.  Otherwise, keep this disabled
          so that applications can still use their own mechanisms. -->  
     <bool name="config_enableAutoPowerModes">true</bool>
+
+    <!-- AOSP WFD -->
+    <bool name="config_enableWifiDisplay">true</bool>
+
 </resources>