diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2016-01-09 11:52:01 +0100 |
---|---|---|
committer | Bruno Martins <bgcngm@gmail.com> | 2018-11-20 12:31:35 +0000 |
commit | 4deb9860469981515d5eccae8f75f6bf3d1feb7a (patch) | |
tree | 7b9b94f286ea826ac9771d82f991743520733435 /res | |
parent | 2f2841fb700927f78768ae45a7b399b8f330a55f (diff) | |
download | android_packages_apps_Snap-4deb9860469981515d5eccae8f75f6bf3d1feb7a.tar.gz android_packages_apps_Snap-4deb9860469981515d5eccae8f75f6bf3d1feb7a.tar.bz2 android_packages_apps_Snap-4deb9860469981515d5eccae8f75f6bf3d1feb7a.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')
-rw-r--r-- | res/values/config.xml | 3 |
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> |