mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 05:46:25 -08:00
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:
parent
79586a87ab
commit
e5c90ec146
|
@ -188,6 +188,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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue