mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-06-05 12:57:35 +09:00
miatoll: Override config_availableColorModes
List NATURAL, BOOSTED, and SATURATED. Bug: 73824924 Test: atest PtsConfigTestCases Change-Id: I5e57c4940b5fc32dc43684bb6e58b7af1097a4df
This commit is contained in:
parent
540e9c9abd
commit
78444e7863
@ -629,4 +629,10 @@
|
|||||||
<!-- Whether device has a physical display cutout centered -->
|
<!-- Whether device has a physical display cutout centered -->
|
||||||
<bool name="config_physicalDisplayCutoutCentered">true</bool>
|
<bool name="config_physicalDisplayCutoutCentered">true</bool>
|
||||||
|
|
||||||
|
<!-- 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 -->
|
||||||
|
</integer-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user