summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2019-03-03 18:13:21 +0100
committerMichael Bestas <mkbestas@lineageos.org>2019-11-09 22:47:37 +0200
commitda8508e11d76b91afc4783da5b166d09845b91fb (patch)
tree307dc15b0979277584d77fe411ea053705676824 /res
parentab90fb99ef3fb9e768d3e1118e49c803a5ccc46c (diff)
downloadandroid_packages_apps_Snap-da8508e11d76b91afc4783da5b166d09845b91fb.tar.gz
android_packages_apps_Snap-da8508e11d76b91afc4783da5b166d09845b91fb.tar.bz2
android_packages_apps_Snap-da8508e11d76b91afc4783da5b166d09845b91fb.zip
Snap: allow to disable image stabilization per device
Change-Id: I4317f84285bdf97ba321ad5ddba7453f2b5d3b0c
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 342105349..cb78e532c 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -74,6 +74,9 @@
<!-- Minimum picture size (in pixel) to include in selection list -->
<integer name="minimum_picture_size">900000</integer>
+ <!-- Enable support for image stabilization -->
+ <bool name="support_dis">true</bool>
+
<!-- Enable support for bokeh mode -->
<bool name="support_bokeh_mode">false</bool>
</resources>