summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2016-01-09 11:52:01 +0100
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commitdf2f8692e61c25eb6a5c961049cc1e46e6d5c06d (patch)
treedd30fdf723a0139c3e415baec5ba3106744df542 /res/values
parentb3b317ddc52253815d5392f2159c90dc89e4d693 (diff)
downloadandroid_packages_apps_Snap-df2f8692e61c25eb6a5c961049cc1e46e6d5c06d.tar.gz
android_packages_apps_Snap-df2f8692e61c25eb6a5c961049cc1e46e6d5c06d.tar.bz2
android_packages_apps_Snap-df2f8692e61c25eb6a5c961049cc1e46e6d5c06d.zip
Snap: Add special handling of hdr-mode parameter for LGE devices
Author: codeworkx <codeworkx@cyanogenmod.org> Date: Sat Jan 9 11:52:01 2016 +0100 Snap: special handling of hdr-mode parameter for lge devices Change-Id: Iefee1f15f5649c2f93c59fcbdedcf953e9e0bc54 Author: codeworkx <codeworkx@cyanogenmod.org> Date: Mon May 9 21:28:40 2016 +0200 Snap: force enable zsl for lge hdr LGE HDR needs ZSL enabled Change-Id: I563b7f7cd49fcf8aad35ca4b93f839dc0a591f01 Change-Id: I139a4492ae85b87ca1cc84013f252b510200fffc
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 0b84c97d6..d55cc776f 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -56,4 +56,7 @@
<!-- ISO values use numbers.
Example: 50 instead of ISO50 -->
<bool name="iso_values_use_numbers">false</bool>
+
+ <!-- Enable support for LGE HDR -->
+ <bool name="lge_hdr_mode">false</bool>
</resources>