Revert "dre: Set saturated color mode as default"
Keep saturated mode around, in case we need it again.
This reverts commit aa3aceda39
.
Change-Id: I0a0c874c9e8934c27ff0df4aaee44cf78aa61103
This commit is contained in:
parent
00821c77cc
commit
49f47b2936
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
<!-- Indicate available ColorDisplayManager.COLOR_MODE_xxx. -->
|
||||
<integer-array name="config_availableColorModes">
|
||||
<item>0</item> <!-- COLOR_MODE_NATURAL -->
|
||||
<item>1</item> <!-- COLOR_MODE_BOOSTED -->
|
||||
<item>2</item> <!-- COLOR_MODE_SATURATED -->
|
||||
</integer-array>
|
||||
|
||||
|
|
Loading…
Reference in a new issue