From 037db6a20f462dd7c3643e5f793445b35f16423b Mon Sep 17 00:00:00 2001 From: Erfan Abdi <erfangplus@gmail.com> Date: Fri, 8 Jun 2018 23:44:49 +0430 Subject: [PATCH] payton: add display mods Signed-off-by: Erfan Abdi <erfangplus@gmail.com> --- .../lineage-sdk/lineage/res/res/values/config.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/overlay/lineage-sdk/lineage/res/res/values/config.xml b/overlay/lineage-sdk/lineage/res/res/values/config.xml index cf7ac95..dd3b39c 100644 --- a/overlay/lineage-sdk/lineage/res/res/values/config.xml +++ b/overlay/lineage-sdk/lineage/res/res/values/config.xml @@ -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: -- GitLab