summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSuman Mukherjee <sumam@codeaurora.org>2014-04-23 13:02:07 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2014-04-23 04:38:02 -0700
commite49881abbc4a135a2c8cbc1754081b9a12de5051 (patch)
tree6b37c75f777ce207b7559c3596ecfecab1f961e2 /res
parent4180872a42f636db1d6c4b6e68a08bef95e189ee (diff)
downloadandroid_packages_apps_Snap-e49881abbc4a135a2c8cbc1754081b9a12de5051.tar.gz
android_packages_apps_Snap-e49881abbc4a135a2c8cbc1754081b9a12de5051.tar.bz2
android_packages_apps_Snap-e49881abbc4a135a2c8cbc1754081b9a12de5051.zip
Camera: Block HFR option for Video HDR
Video HDR can’t work with HFR and that caused AEC behaviour change. Fix Made: User'll be notified that HFR/HSR selection is not allowed for HDR mode. After that, HFR selection will be set to off and the option will be disabled. It'll not be vice versa as HDR has higher priority than HFR. Change-Id: I4b0f8362667a53e46a83223cab77b7248e1410e2 CRs-Fixed: 652078
Diffstat (limited to 'res')
-rw-r--r--res/values/qcomstrings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 3fda28b02..831f5ade5 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -195,7 +195,7 @@
<string name="pref_camera_mce_default">enable</string>
<!-- The message is shown in toast when the app encounters an unsupported selection for HFR/HSR mode -->
- <string name="error_app_unsupported_hfr_selection">HFR/HSR is not supported for DIS and/ TimeLapse</string>
+ <string name="error_app_unsupported_hfr_selection">HFR/HSR is not supported for DIS/TimeLapse/HDR</string>
<!-- The message is shown in dialog when the app encounters an unsupported resolution for HFR mode -->
<string name="error_app_unsupported_hfr">HFR is not supported for selected resolution</string>