From bc8c63b6da97686d6a12a4ac991cf3887f5f1747 Mon Sep 17 00:00:00 2001 From: kevios12 Date: Sat, 16 Jul 2022 22:08:41 +0200 Subject: [PATCH] universal7885: add Blur props --- universal7885-common/system.prop | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/universal7885-common/system.prop b/universal7885-common/system.prop index 4b81375..e897c8b 100644 --- a/universal7885-common/system.prop +++ b/universal7885-common/system.prop @@ -20,3 +20,9 @@ persist.rcs.supported=1 debug.renderengine.backend=skiaglthreaded renderthread.skia.reduceopstasksplitting=true ro.surface_flinger.max_frame_buffer_acquired_buffers=3 + +# Blur +ro.sf.blurs_are_expensive=1 +ro.surface_flinger.supports_background_blur=1 +debug.sf.latch_unsignaled=1 +debug.sf.disable_backpressure=1