summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-08-03 17:32:10 -0700
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:51 +0200
commit1c894faa24bb431c43704ca8ae6a7d110dc4d993 (patch)
tree79a3507471c2b44422c1e20be70637b36d8e410f /res
parente7333df6c03e0ca0577fa66a11956c7543e95bdc (diff)
downloadandroid_packages_apps_Snap-1c894faa24bb431c43704ca8ae6a7d110dc4d993.tar.gz
android_packages_apps_Snap-1c894faa24bb431c43704ca8ae6a7d110dc4d993.tar.bz2
android_packages_apps_Snap-1c894faa24bb431c43704ca8ae6a7d110dc4d993.zip
snap: Add constrained longshot mode
* On the OP3, we can only use Longshot in a single scene mode without conflicting with other built-in postprocessing features which cannot be disabled. Add support for this. When a scene specified in the longshot-scenemodes list is active, continuous shot will be enabled. Change-Id: I79878e5ac918e907ddc5b3ca168e49f4e06656c3
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 520f35786..54efb52c8 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -61,4 +61,10 @@
<!-- Set this to true to use device manufacturer and model for exif -->
<bool name="override_maker_and_model_tag">false</bool>
+
+ <!-- A list of scenemodes where Longshot should be enabled.
+ An empty list will use the default restrictions. If defined, longshot
+ will be enabled ONLY for these scenemodes and disabled for others. -->
+ <string-array name="longshot_scenemodes"></string-array>
+
</resources>