From d411e3b057cacf92b3c378e750a03d2ebb28639b Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 6 Jan 2021 19:42:24 +0200 Subject: sdm660-common: Disable WiFi display for now * Don't show the broken setting until we have a working QCOM wfd stack Change-Id: Ie0637914b853609e27e8c5cb5699364b1717f712 --- properties.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/properties.mk b/properties.mk index 56092e6..44ee495 100644 --- a/properties.mk +++ b/properties.mk @@ -188,4 +188,4 @@ PRODUCT_PROPERTY_OVERRIDES += \ # WFD PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ - persist.debug.wfd.enable=1 + persist.debug.wfd.enable=0 -- cgit v1.2.3