summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorSanthosh Kumar Thimmanna Bhattar <sthim@codeaurora.org>2014-04-29 19:02:24 +0530
committerSanthosh Kumar Thimmanna Bhattar <sthim@codeaurora.org>2014-04-29 19:02:24 +0530
commitb228ec6e0cee3497615dffa79371e58257fa2d32 (patch)
treec75967306f23b62f9a2fdebf93feaa7d4f6c0e87 /res/values/qcomstrings.xml
parent4180872a42f636db1d6c4b6e68a08bef95e189ee (diff)
downloadandroid_packages_apps_Snap-b228ec6e0cee3497615dffa79371e58257fa2d32.tar.gz
android_packages_apps_Snap-b228ec6e0cee3497615dffa79371e58257fa2d32.tar.bz2
android_packages_apps_Snap-b228ec6e0cee3497615dffa79371e58257fa2d32.zip
Camera: Disable HDR when scene mode is other than auto
- HDR option is enabled even when scene mode is not auto. Due to this preview and snapshot are still remain in previous scene mode after enabling HDR. - Fix is to disable the HDR when scene mode is other than auto Change-Id: I6f75f3c686d79757c464deaeca495de767bdabb0 CRs-Fixed: 648847
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 3fda28b02..2cb56348b 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>