summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorKetut Putu Kumajaya <ketut.kumajaya@gmail.com>2016-04-25 22:46:06 +0700
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:24:51 -0700
commit32018b49ce4caf794b46ed07d66df24015cbdeb3 (patch)
treef47c25cff9fd2140b2f17ae0e717f0800a47dc1f /res/values/config.xml
parentff0dfd0897b24a15d31f7dc776fee9c1b3ec3c7f (diff)
downloadandroid_packages_apps_Snap-32018b49ce4caf794b46ed07d66df24015cbdeb3.tar.gz
android_packages_apps_Snap-32018b49ce4caf794b46ed07d66df24015cbdeb3.tar.bz2
android_packages_apps_Snap-32018b49ce4caf794b46ed07d66df24015cbdeb3.zip
Snap: Support override maker and model exif tag
Camera HAL not always return proper values Change-Id: Id81fe40ac84b0ffb70560e55077d90544139e463
Diffstat (limited to 'res/values/config.xml')
-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 fb8e18969..520f35786 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -58,4 +58,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>