mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-30 01:07:17 +09:00
sm6250-common: Override config_availableColorModes
List NATURAL, BOOSTED, and SATURATED. Bug: 73824924 Test: atest PtsConfigTestCases Change-Id: I5e57c4940b5fc32dc43684bb6e58b7af1097a4df
This commit is contained in:
parent
8840019c30
commit
198570a213
@ -655,4 +655,10 @@
|
|||||||
<!-- Flag indicating whether we should enable the adaptive sleep.-->
|
<!-- Flag indicating whether we should enable the adaptive sleep.-->
|
||||||
<bool name="config_adaptive_sleep_available">true</bool>
|
<bool name="config_adaptive_sleep_available">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