sdm660-common: Map color profiles to livedisplay

Signed-off-by: Abhay Ruparel <abhayruparel2000@gmail.com>
This commit is contained in:
Alberto97 2017-03-13 00:03:38 +01:00 committed by Max Weffers
parent a801241ced
commit 2e5168a5d4
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -19,4 +19,18 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<integer name="config_buttonBrightnessSettingDefault">0</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>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 unampped? -->
<bool name="config_filterDisplayModes">true</bool>
</resources>