summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2018-12-27 12:29:15 +0100
committerMichael Bestas <mkbestas@lineageos.org>2019-11-09 22:47:37 +0200
commit73050e6fab9935619103c3a37b6bee76b9f915c6 (patch)
tree1bd63c0f6b7b55c76840baa228da127c9f1096e3 /res
parentf86cde6d424cbe8b3a3b2b404e82f484f8b9a8d4 (diff)
downloadandroid_packages_apps_Snap-73050e6fab9935619103c3a37b6bee76b9f915c6.tar.gz
android_packages_apps_Snap-73050e6fab9935619103c3a37b6bee76b9f915c6.tar.bz2
android_packages_apps_Snap-73050e6fab9935619103c3a37b6bee76b9f915c6.zip
Snap: make support for bokeh mode configurable per device
Support is disabled by default. Change-Id: I5ab480e4eed9d314ae6f5ef78c5246397ebbe587
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 9b506b072..342105349 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -73,4 +73,7 @@
<!-- Minimum picture size (in pixel) to include in selection list -->
<integer name="minimum_picture_size">900000</integer>
+
+ <!-- Enable support for bokeh mode -->
+ <bool name="support_bokeh_mode">false</bool>
</resources>