From 5f6d69182a7781d473d6f3b57e477692ee56e381 Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Tue, 29 Jun 2021 13:20:16 -0700 Subject: [PATCH] Disable blurs during app launch Test: m -j && flashall Fixes: 191740153 Change-Id: I650c6433c3df238e6d72f0c55ec2f4ee3487a236 --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index 95848960..72303bc2 100644 --- a/device.mk +++ b/device.mk @@ -637,6 +637,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_content_detection_f PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.max_frame_buffer_acquired_buffers=3 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.supports_background_blur=1 +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.launcher.blur.appLaunch=0 # Must align with HAL types Dataspace # The data space of wide color gamut composition preference is Dataspace::DISPLAY_P3