summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-08-03 17:32:10 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-03 17:32:10 -0700
commit45769aed47ada21e89084f6fd624700183ed185f (patch)
tree0f25b77c076062db1618f2610cae5046b4e38788 /res/values
parent81110deb708bfb96b3b8be1e0549652955e05103 (diff)
downloadandroid_packages_apps_Snap-45769aed47ada21e89084f6fd624700183ed185f.tar.gz
android_packages_apps_Snap-45769aed47ada21e89084f6fd624700183ed185f.tar.bz2
android_packages_apps_Snap-45769aed47ada21e89084f6fd624700183ed185f.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/values')
-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 268475a2e..d4344fbdd 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -64,4 +64,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>