summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2016-01-09 11:52:01 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-26 01:02:53 +0100
commit2eda9d0e7ae5702fed4980487b63519524690652 (patch)
tree22e45f9261393d1572984c3c0fe6b4bbc29ef918 /res
parent628929bae6930ae3b8ec3b4dbfc5c3479bac903b (diff)
downloadandroid_packages_apps_Snap-2eda9d0e7ae5702fed4980487b63519524690652.tar.gz
android_packages_apps_Snap-2eda9d0e7ae5702fed4980487b63519524690652.tar.bz2
android_packages_apps_Snap-2eda9d0e7ae5702fed4980487b63519524690652.zip
Snap: special handling of hdr-mode parameter for lge devices
Change-Id: Iefee1f15f5649c2f93c59fcbdedcf953e9e0bc54
Diffstat (limited to 'res')
-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 b998fd277..031d60896 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -53,4 +53,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>