Skip to content
Snippets Groups Projects
Unverified Commit 037db6a2 authored by Erfan Abdi's avatar Erfan Abdi :volcano:
Browse files

payton: add display mods


Signed-off-by: default avatarErfan Abdi <erfangplus@gmail.com>
parent 89c8b647
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,18 @@
<resources>
<!-- 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>hal_srgb:sRGB</item>
<item>hal_adobe:Natural</item>
<item>hal_native:Standard</item>
<item>hal_warm_srgb:Reading</item>
<item>hal_warm_vibrant:Cinema</item>
</string-array>
<!-- Hardware keys present on the device, stored as a bit field.
This integer should equal the sum of the corresponding value for each
of the following keys present:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment