sdm710-common: overlay: Enable display color control
This commit is contained in:
parent
afc6743f5d
commit
c9521c1f15
2 changed files with 12 additions and 0 deletions
|
@ -482,4 +482,12 @@
|
|||
<!-- Burn-in protection -->
|
||||
<bool name="config_statusBarBurnInProtection">true</bool>
|
||||
<integer name="config_shift_interval">40</integer>
|
||||
|
||||
<!-- List supported color modes. -->
|
||||
<integer-array name="config_availableColorModes">
|
||||
<item>0</item> <!-- COLOR_MODE_NATURAL -->
|
||||
<item>1</item> <!-- COLOR_MODE_BOOSTED -->
|
||||
<item>2</item> <!-- COLOR_MODE_SATURATED -->
|
||||
<item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
|
||||
</integer-array>
|
||||
</resources>
|
||||
|
|
|
@ -25,6 +25,10 @@ ro.charger.enable_suspend=true
|
|||
persist.vendor.cne.feature=1
|
||||
persist.vendor.dpmhalservice.enable=1
|
||||
|
||||
# Color control
|
||||
ro.surface_flinger.has_wide_color_display=1
|
||||
ro.surface_flinger.use_color_management=1
|
||||
|
||||
# Dex2oat
|
||||
dalvik.vm.dex2oat64.enabled=true
|
||||
dalvik.vm.systemuicompilerfilter=speed
|
||||
|
|
Loading…
Reference in a new issue