mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-26 15:36:26 -08:00
X6833B: overlay: Import color mode configs from stock
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
b209ce4284
commit
94c15fb7dc
|
@ -280,4 +280,26 @@
|
||||||
Otherwise, the device may fail to wake out of suspend reliably.
|
Otherwise, the device may fail to wake out of suspend reliably.
|
||||||
The default is false. -->
|
The default is false. -->
|
||||||
<bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
|
<bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
|
||||||
|
|
||||||
|
<!-- Display settings screen, Color mode options. Must be the same length and order as
|
||||||
|
config_color_mode_options_values below. Only the values that also appear in
|
||||||
|
frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
|
||||||
|
<string-array name="config_color_mode_options_strings" translatable="false">
|
||||||
|
<item>Natural</item>
|
||||||
|
<item>Boosted</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Display settings screen, Color mode options. Must be the same length and order as
|
||||||
|
config_color_mode_options_strings above. Only the values that also appear in
|
||||||
|
frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
|
||||||
|
<integer-array name="config_color_mode_options_values">
|
||||||
|
<item>0</item>
|
||||||
|
<item>1</item>
|
||||||
|
</integer-array>
|
||||||
|
|
||||||
|
<!-- Indicate available ColorDisplayManager.COLOR_MODE_xxx. -->
|
||||||
|
<integer-array name="config_availableColorModes">
|
||||||
|
<item>0</item>
|
||||||
|
<item>1</item>
|
||||||
|
</integer-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue