summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2018-12-27 12:29:15 +0100
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2019-02-06 05:22:05 +0100
commitc8c7085a9dc8ecafadf51f87f562eaf2e4f88257 (patch)
tree460d99f0d6931bea665982dc6be4fa40df3f17ae /res
parent180423cf6a8f2a4cead65dadf67673e00ba66ffc (diff)
downloadandroid_packages_apps_Snap-c8c7085a9dc8ecafadf51f87f562eaf2e4f88257.tar.gz
android_packages_apps_Snap-c8c7085a9dc8ecafadf51f87f562eaf2e4f88257.tar.bz2
android_packages_apps_Snap-c8c7085a9dc8ecafadf51f87f562eaf2e4f88257.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>