From f8ceeb8de642fefc3215c65a455fb10e1807dd79 Mon Sep 17 00:00:00 2001 From: rmp22 <195054967+rmp22@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:19:47 +0000 Subject: [PATCH] config: add blur prop support by default this allows users to enable/disable window level blur, the global window blur enablement will still rely on ro.custom.blur.enable value Change-Id: I5fabdbbdfe812346f17dbba5d4bf9abe7344e0ca --- config/mist.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/mist.mk b/config/mist.mk index 705d2b9c..6fc5a435 100644 --- a/config/mist.mk +++ b/config/mist.mk @@ -32,6 +32,8 @@ PRODUCT_SYSTEM_PROPERTIES += \ ro.custom.blur.enable=false endif +PRODUCT_SYSTEM_PROPERTIES += ro.surface_flinger.supports_background_blur=1 + # DeviceAsWebcam ifeq ($(TARGET_BUILD_DEVICE_AS_WEBCAM), true) PRODUCT_PACKAGES += \