mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-03 17:59:24 +02:00
whyred: Add remapping table for display modes
* Map the values returned from the backend to ones we understand. Change-Id: Iece11f4285ee01bf0c17dcbcb02108b9338193f6
This commit is contained in:
parent
a683a613a0
commit
be006a64a1
1 changed files with 14 additions and 0 deletions
|
@ -16,4 +16,18 @@
|
|||
<bool name="config_haveHigherAspectRatioScreen">true</bool>
|
||||
|
||||
<bool name="config_defaultCABC">false</bool>
|
||||
|
||||
<!-- Display mode remapping table.
|
||||
If the mode names returned by the backend do not match
|
||||
the predefined and translated strings in the Settings
|
||||
app, they can be remapped here. The format is
|
||||
"oldname:newname", one per entry. -->
|
||||
<string-array name="config_displayModeMappings" translatable="false">
|
||||
<item>A_Standard:standard</item>
|
||||
<item>B_Warm mode:reading</item>
|
||||
<item>D_Cold mode:dynamic</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Should we filter any display modes which are unmapped? -->
|
||||
<bool name="config_filterDisplayModes">true</bool>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue