summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKetut Putu Kumajaya <ketut.kumajaya@gmail.com>2016-04-25 22:46:06 +0700
committerKetut Putu Kumajaya <ketut.kumajaya@gmail.com>2016-05-01 23:12:38 +0700
commit35cf43e34c230f2a4cff1d147685c8da026d2b1f (patch)
tree23ec268258f00b4a1741072bda30cbcc57536649 /res/values
parentcd544e6e0ea8c89a9c42f8e81b4a091dd2b0090f (diff)
downloadandroid_packages_apps_Snap-35cf43e34c230f2a4cff1d147685c8da026d2b1f.tar.gz
android_packages_apps_Snap-35cf43e34c230f2a4cff1d147685c8da026d2b1f.tar.bz2
android_packages_apps_Snap-35cf43e34c230f2a4cff1d147685c8da026d2b1f.zip
Snap: Support override maker and model exif tag
Camera HAL not always return proper values Change-Id: Id81fe40ac84b0ffb70560e55077d90544139e463
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 5676755c1..268475a2e 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -61,4 +61,7 @@
<!-- Enable support for LGE HDR -->
<bool name="lge_hdr_mode">false</bool>
+
+ <!-- Set this to true to use device manufacturer and model for exif -->
+ <bool name="override_maker_and_model_tag">false</bool>
</resources>