summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-08-03 17:32:10 -0700
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit0f6a9f3ca35706334950438a8605791dd7c7fc92 (patch)
treec9b9290f096f9c8e67c5771d082294d14decb0fc /res
parent80a00580a3fd97ae49cea0b455c00ef7dc79db06 (diff)
downloadandroid_packages_apps_Snap-0f6a9f3ca35706334950438a8605791dd7c7fc92.tar.gz
android_packages_apps_Snap-0f6a9f3ca35706334950438a8605791dd7c7fc92.tar.bz2
android_packages_apps_Snap-0f6a9f3ca35706334950438a8605791dd7c7fc92.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 0db23305d..f0b611fe6 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -62,4 +62,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>