mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_polaris
synced 2026-01-27 14:27:18 +00:00
polaris: Remap display modes
* Filter out all the rest Change-Id: Ied45372d1c98915c6843081806505d132bf9a17e
This commit is contained in:
@@ -56,4 +56,18 @@
|
||||
For example, a device with notification and battery lights that supports
|
||||
pulsating and RGB control would set this config to 75. -->
|
||||
<integer name="config_deviceLightCapabilities">232</integer>
|
||||
|
||||
<!-- 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>00default:standard</item>
|
||||
<item>sRGB_d65:srgb</item>
|
||||
<item>srgb_d65:srgb</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Should we filter any display modes which are unampped? -->
|
||||
<bool name="config_filterDisplayModes">true</bool>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user