From 1acc435747a6a9e8b8dffc007b9d53ab083ee56a Mon Sep 17 00:00:00 2001 From: millerliang Date: Mon, 13 May 2019 14:42:12 +0800 Subject: Disable configs for wide-color There is janky in Photos one-up activity with WCG even we boost GPU as the maximum frequency. So we need to disable this config. Bug: 130030334 Test: 1. Launch Photos to enter the one-up view Repeat to click home key and then Photos There is no jank during window transition 2. Check Youtube HDR, it still works fine. Change-Id: I9929cf8cf3e58fced619735ee23edfbb2e7c8ab5 --- device-common.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'device-common.mk') diff --git a/device-common.mk b/device-common.mk index 34b8327f..36947127 100644 --- a/device-common.mk +++ b/device-common.mk @@ -118,9 +118,5 @@ AB_OTA_POSTINSTALL_CONFIG += \ POSTINSTALL_OPTIONAL_product=false \ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_color_management=true -PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.has_wide_color_display=true PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.protected_contents=true -# Must align with HAL types Dataspace -# The data space of wide color gamut composition preference is Dataspace::DISPLAY_P3 -PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.wcg_composition_dataspace=143261696 -- cgit v1.2.3