dre: Add Natural and Boosted Color Modes
Change-Id: I934d5932d640f84d63871bb40d0836f68af0c389
This commit is contained in:
parent
da8871005f
commit
6509c10017
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Indicate available ColorDisplayManager.COLOR_MODE_xxx. -->
|
<!-- 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
|
<!-- 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
|
devices where the display has been tuned to be power efficient in DOZE and/or DOZE_SUSPEND
|
||||||
|
|
Loading…
Reference in a new issue