summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorSuman Mukherjee <sumam@codeaurora.org>2014-03-27 13:08:38 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2014-03-27 02:41:44 -0700
commit1874e960c141d16bebd65174baf11923b0ab053d (patch)
tree2cbe63dc7815b50fb40a9332020e39a9e2efe2d9 /res/values/qcomstrings.xml
parent8bb2b9499756af5348e538b7cc70c1e346e94cc6 (diff)
downloadandroid_packages_apps_Snap-1874e960c141d16bebd65174baf11923b0ab053d.tar.gz
android_packages_apps_Snap-1874e960c141d16bebd65174baf11923b0ab053d.tar.bz2
android_packages_apps_Snap-1874e960c141d16bebd65174baf11923b0ab053d.zip
Camera: Block DIS and Timelapse for HFR
DIS and Timelapse is not supported for HFR scenario. If user'll start recording with timelapse or DIS with HFR then crash observed from lower layer. Fix Made: User'll be notified that HFR/HSR selection is not allowed for TimeLapse and/ DIS mode. After that, HFR selection will be set to off and the option will be disabled. It'll not be vice versa as DIS/TimeLapse has higher priority than HFR for their existance in primary popup rather than being in secondary. Change-Id: I42ed3d3d20727ddda1b15c21b3ba85c8c41a82ef CRs-Fixed: 627373, 627362
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index a5a51a13e..50ee79c23 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -194,6 +194,9 @@
<!-- Default mce setting. Do not translate. -->
<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>
+
<!-- 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>