summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-05-08 04:33:22 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-05-08 04:33:22 -0700
commita73f5b0ccc23ea9dfc232db85f179c8a6a66bbca (patch)
tree6a2d2965e89fa4fb995086783c8a79355f165474 /res/values/qcomstrings.xml
parenta09d3762aee10b09154b14a817330695d8964651 (diff)
parentb228ec6e0cee3497615dffa79371e58257fa2d32 (diff)
downloadandroid_packages_apps_Snap-a73f5b0ccc23ea9dfc232db85f179c8a6a66bbca.tar.gz
android_packages_apps_Snap-a73f5b0ccc23ea9dfc232db85f179c8a6a66bbca.tar.bz2
android_packages_apps_Snap-a73f5b0ccc23ea9dfc232db85f179c8a6a66bbca.zip
Merge "Camera: Disable HDR when scene mode is other than auto"
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 831f5ade5..79538149f 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -160,6 +160,10 @@
<string name="pref_camera_zsl_value_off">off</string>
<string name="pref_camera_zsl_value_on">on</string>
+ <!-- The message is shown in toast when HDR or scene mode is enabled -->
+ <string name="hdr_enable_message">HDR is enabled, only Auto scene mode is supported</string>
+ <string name="scene_enable_message">HDR is not supported in the scene mode other than Auto</string>
+
<!-- Settings screen, Video HDR location dialog choices -->
<string name="pref_camera_video_hdr_entry_off">Off</string>
<string name="pref_camera_video_hdr_entry_on">On</string>