summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKetut Putu Kumajaya <ketut.kumajaya@gmail.com>2016-04-25 22:46:06 +0700
committerArne Coucheron <arco68@gmail.com>2018-01-26 01:03:45 +0100
commit7da308fe23a4c6020a9730e6683b3023a57b93a9 (patch)
tree8e972e4ba462b29a411891b610cdc7ac67b98049 /res
parent646a2f3266c53ec004cd52aa6bddb60faf897932 (diff)
downloadandroid_packages_apps_Snap-7da308fe23a4c6020a9730e6683b3023a57b93a9.tar.gz
android_packages_apps_Snap-7da308fe23a4c6020a9730e6683b3023a57b93a9.tar.bz2
android_packages_apps_Snap-7da308fe23a4c6020a9730e6683b3023a57b93a9.zip
Snap: Support override maker and model exif tag
Camera HAL not always return proper values Change-Id: Id81fe40ac84b0ffb70560e55077d90544139e463
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 031d60896..8e33f9fd7 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -56,4 +56,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>