summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSanthosh Kumar Thimmanna Bhattar <sthim@codeaurora.org>2014-10-15 12:39:00 +0530
committerSanthosh Kumar Thimmanna Bhattar <sthim@codeaurora.org>2014-10-15 12:39:00 +0530
commitf94401fc428b56b34d49b073e16da5cb135c7f0d (patch)
tree0358fe1c90b4acb25f061508299f363da1ecd474 /res
parentd7810337255f08f3c89e2fb02ca393fc2997ca8d (diff)
downloadandroid_packages_apps_Snap-f94401fc428b56b34d49b073e16da5cb135c7f0d.tar.gz
android_packages_apps_Snap-f94401fc428b56b34d49b073e16da5cb135c7f0d.tar.bz2
android_packages_apps_Snap-f94401fc428b56b34d49b073e16da5cb135c7f0d.zip
Camera2: Disable advance features when continuous shot mode is enabled
- Camera is getting stoppped in continuous shot mode when advance feature like ubifocus is enabled. - Fix is to disable advance features when continuous shot mode is enabled and vice versa Change-Id: Icc47dfd8a3d617b46794ae8abfd02e72b8e0b682
Diffstat (limited to 'res')
-rw-r--r--res/values/qcomstrings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 9cd10d24f..3110ce948 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -788,5 +788,13 @@
<string name="pref_camera_video_rotation_entry_90">90</string>
<string name="pref_camera_video_rotation_entry_180">180</string>
<string name="pref_camera_video_rotation_entry_270">270</string>
+
+ <!-- Continous shot enable message -->
+ <string name="longshot_enable_message">
+ Advance features are not supported in continuous shot mode</string>
+ <!-- Advance features enable message -->
+ <string name="advance_feature_enable_msg">
+ Continuous shot is not supported when advance features are enabled</string>
+
</resources>