Move launcher prop from vendor to system
Launcher prop needs to be accessed in system partition only, hence move the related prop to /system/build.prop Bug: 192621663 Test: ro.launcher.blur.appLaunch prop is set correctly, and Blurs are disabled on App launch. Change-Id: I6721d59498c5d35dfd560f429b8aed7a01ac29fc
This commit is contained in:
parent
ffa2b4b620
commit
41e6e14ee0
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,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
|
||||
PRODUCT_SYSTEM_PROPERTIES += ro.launcher.blur.appLaunch=0
|
||||
|
||||
# Must align with HAL types Dataspace
|
||||
# The data space of wide color gamut composition preference is Dataspace::DISPLAY_P3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue