dre: Add Natural and Boosted Color Modes

Change-Id: I934d5932d640f84d63871bb40d0836f68af0c389
This commit is contained in:
Jprimero15 2023-11-10 19:01:37 +08:00 committed by Albert Tang
parent da8871005f
commit 6509c10017

View file

@ -6,7 +6,10 @@
<resources>
<!-- Indicate available ColorDisplayManager.COLOR_MODE_xxx. -->
<integer-array name="config_availableColorModes" />
<integer-array name="config_availableColorModes">
<item>0</item> <!-- COLOR_MODE_NATURAL -->
<item>1</item> <!-- COLOR_MODE_BOOSTED -->
</integer-array>
<!-- Control whether the always on display mode is available. This should only be enabled on
devices where the display has been tuned to be power efficient in DOZE and/or DOZE_SUSPEND