summaryrefslogtreecommitdiffstats
path: root/res/xml/capture_preferences.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-25 21:55:20 -0700
commitc49498659b2bdfa654d0bb99979d95dfc139a7f6 (patch)
treef4914abf5e757f12fd23d1418337d7b57f5b15e5 /res/xml/capture_preferences.xml
parentca4dca4582fd863b5fb7484e78878cacf343c009 (diff)
downloadandroid_packages_apps_Snap-c49498659b2bdfa654d0bb99979d95dfc139a7f6.tar.gz
android_packages_apps_Snap-c49498659b2bdfa654d0bb99979d95dfc139a7f6.tar.bz2
android_packages_apps_Snap-c49498659b2bdfa654d0bb99979d95dfc139a7f6.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/xml/capture_preferences.xml')
-rw-r--r--res/xml/capture_preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index 06f816c7f..d7d478d0a 100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -266,4 +266,11 @@
camera:key="pref_camera2_facedetection_key"
camera:singleIcon="@drawable/ic_settings_facerec"
camera:title="@string/pref_camera_facedetection_title"/>
+
+ <ListPreference
+ camera:defaultValue="@string/pref_camera2_videosnap_default"
+ camera:entries="@array/pref_camera2_videosnap_entries"
+ camera:entryValues="@array/pref_camera2_videosnap_entryvalues"
+ camera:key="pref_camera2_videosnap_key"
+ camera:title="@string/pref_camera2_videosnap_title" />
</PreferenceGroup>