summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-10-18 11:50:29 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-10-18 11:50:29 -0700
commitb17617efd4fdd4067990957324ac7ae9c6c14eab (patch)
tree4392be110185c4658c5baa63d0c3ca08fe4c3a4d /res
parenta324d2502f165c8d3640607e08587af0be0f9f7b (diff)
parentf94401fc428b56b34d49b073e16da5cb135c7f0d (diff)
downloadandroid_packages_apps_Snap-b17617efd4fdd4067990957324ac7ae9c6c14eab.tar.gz
android_packages_apps_Snap-b17617efd4fdd4067990957324ac7ae9c6c14eab.tar.bz2
android_packages_apps_Snap-b17617efd4fdd4067990957324ac7ae9c6c14eab.zip
Merge "Camera2: Disable advance features when continuous shot mode is enabled"
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 8f2368e6e..891e4c525 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -791,5 +791,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>