diff options
| author | Ralf Luther <luther.ralf@gmail.com> | 2022-11-21 21:13:07 +0300 |
|---|---|---|
| committer | Siluxsept <ronny.horn.rh@gmail.com> | 2022-12-05 08:13:49 +0100 |
| commit | 86073ba3ebb3a3916046250198b8d5b74eb89da0 (patch) | |
| tree | f66eff8e468c55d0d6a59e3b8ded425faef68862 | |
| parent | 804e5af1c2a0097c18c1c52ae65ae0a5d82e7335 (diff) | |
b4s4: blur is back
** decommonize blur options
Change-Id: I4a46b3e291b08f007a76e595e2fa35f81971f3e2
| -rw-r--r-- | device.mk | 1 | ||||
| -rw-r--r-- | system_ext.prop | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -70,6 +70,7 @@ endif LOCAL_PATH := device/google/bonito TARGET_PRODUCT_PROP := $(LOCAL_PATH)/product.prop +TARGET_SYSTEM_EXT_PROP := $(LOCAL_PATH)/system_ext.prop $(call inherit-product, $(LOCAL_PATH)/utils.mk) diff --git a/system_ext.prop b/system_ext.prop new file mode 100644 index 00000000..c29d5906 --- /dev/null +++ b/system_ext.prop @@ -0,0 +1,5 @@ +# Surfaceflinger Blur options +ro.launcher.blur.appLaunch=0 +ro.surface_flinger.supports_background_blur=1 +persist.sys.sf.disable_blurs=1 +ro.sf.blurs_are_expensive=1 |
