polaris: Remap display modes

* Filter out all the rest

Change-Id: Ied45372d1c98915c6843081806505d132bf9a17e
This commit is contained in:
Bruno Martins
2018-12-27 13:48:21 +00:00
parent 4cc6cbdb3b
commit 2f3fe9d638

View File

@@ -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>