diff options
author | Michael Bestas <mkbestas@gmail.com> | 2021-01-06 19:42:24 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@gmail.com> | 2021-01-06 19:45:53 +0200 |
commit | d411e3b057cacf92b3c378e750a03d2ebb28639b (patch) | |
tree | dbb0ae107f83f23411a14292e31260a32a591977 | |
parent | 3facb7f33b76bb695f41d481d34f710dea46534c (diff) |
sdm660-common: Disable WiFi display for now
* Don't show the broken setting until we have a working
QCOM wfd stack
Change-Id: Ie0637914b853609e27e8c5cb5699364b1717f712
-rw-r--r-- | properties.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |