summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-06-17 15:52:25 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-21 18:46:32 -0700
commitff3c5a7464b23054bedfb0e621a5e41b7c28e605 (patch)
treeb65578e9d54131944a91be674c5e21a357b89de4 /res/values/qcomstrings.xml
parent752fd4bdf258147be89ece3d9e022630865d266d (diff)
downloadandroid_packages_apps_Snap-ff3c5a7464b23054bedfb0e621a5e41b7c28e605.tar.gz
android_packages_apps_Snap-ff3c5a7464b23054bedfb0e621a5e41b7c28e605.tar.bz2
android_packages_apps_Snap-ff3c5a7464b23054bedfb0e621a5e41b7c28e605.zip
SnapdragonCamera: Allow take snapshot while recording video
Allow take snapshot while recording video by showing shutter button. Directly call capture when shutter button is pressed. Change-Id: Iae4d42d8878ea82b459ec67709b0ad8e340c8226 CRs-Fixed: 1028463
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 6710a9529..c099acf6b 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -578,4 +578,13 @@
<string name="pref_camera2_noise_reduction_value_fast" translatable="false">fast</string>
<string name="pref_camera2_noise_reduction_value_high_quality" translatable="false">high-quality</string>
+ <string name="pref_camera2_videosnap_default" translatable="false">enable</string>
+ <string name="pref_camera2_videosnap_title" translatable="true">Auto Snapshot Size</string>
+
+ <string name="pref_camera2_videosnap_value_enable" translatable="true">enable</string>
+ <string name="pref_camera2_videosnap_value_disable" translatable="true">disable</string>
+
+ <string name="pref_camera2_videosnap_entry_enable" translatable="true">Enable</string>
+ <string name="pref_camera2_videosnap_entry_disable" translatable="true">Disable</string>
+
</resources>