LG8n: FrameworkResOverlay: Removed Color Modes Option

* Does not really work(Atleast on transsion amoled devices)

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-07-18 08:14:39 +08:00
parent 5a1a290db4
commit 64376196c8

View file

@ -241,28 +241,6 @@
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>