From 1e4dceaba3b8da0fce0e8dd9f8395266f589399f Mon Sep 17 00:00:00 2001 From: Pranav Vashi Date: Tue, 28 Mar 2023 10:09:05 +0530 Subject: [PATCH] avicii: Enable blur * Changes QS transparency into blur effect. Signed-off-by: AmolAmrit --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index c1c4cce..acafaee 100644 --- a/device.mk +++ b/device.mk @@ -105,6 +105,9 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml +# Blur +TARGET_ENABLE_BLUR := true + # Boot control PRODUCT_PACKAGES += \ android.hardware.boot@1.1-impl-qti \