LG8n: Readd color modes

* Only for rising because the X Reality engine in rising actually works on LG8n

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-07-31 19:54:26 +08:00
parent ef29d891ed
commit 5056932938

View file

@ -185,6 +185,28 @@
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>
<!-- Is the device capable of hot swapping an UICC Card --> <!-- Is the device capable of hot swapping an UICC Card -->
<bool name="config_hotswapCapable">true</bool> <bool name="config_hotswapCapable">true</bool>