summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2019-03-03 18:13:21 +0100
committerRashed Abdel-Tawab <rashedabdeltawab@gmail.com>2019-06-15 08:47:30 +0200
commitceb4b7412a4f3db92e7d1b4e14c2e76319d1e3f5 (patch)
treef4ed7d37ab4cccfc38295f55891082a68b9071d9 /res
parentf8158606a471f40356db7f47c9b3d8a156302d83 (diff)
downloadandroid_packages_apps_Snap-ceb4b7412a4f3db92e7d1b4e14c2e76319d1e3f5.tar.gz
android_packages_apps_Snap-ceb4b7412a4f3db92e7d1b4e14c2e76319d1e3f5.tar.bz2
android_packages_apps_Snap-ceb4b7412a4f3db92e7d1b4e14c2e76319d1e3f5.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>