Disable blurs during app launch am: b49bd0412a am: 8de81e5ea7

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15146109

Change-Id: I2504fb3444b7154e8eb05c3309f2be86f1d20330
This commit is contained in:
Lucas Dupin 2021-06-30 17:34:21 +00:00 committed by Automerger Merge Worker
commit e2bcccfdc8

View file

@ -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.max_frame_buffer_acquired_buffers=3
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.supports_background_blur=1 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 # Must align with HAL types Dataspace
# The data space of wide color gamut composition preference is Dataspace::DISPLAY_P3 # The data space of wide color gamut composition preference is Dataspace::DISPLAY_P3