summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorJay Wang <jaywang@codeaurora.org>2016-03-08 17:04:25 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-03-18 02:54:22 -0700
commit7efc8de478a79c6596da3789cdd94aee27bfb2fd (patch)
tree4b58ad2c888466e3837eb002d636b26ad0cc72c5 /res/values/qcomstrings.xml
parent0ebae444312e45870bd4dffa6628f9c8387e4541 (diff)
downloadandroid_packages_apps_Snap-7efc8de478a79c6596da3789cdd94aee27bfb2fd.tar.gz
android_packages_apps_Snap-7efc8de478a79c6596da3789cdd94aee27bfb2fd.tar.bz2
android_packages_apps_Snap-7efc8de478a79c6596da3789cdd94aee27bfb2fd.zip
SnapdragonCamera: Add the developer option for instant capture
A developer option is added to support instant capture feature in the camera HAL. Once option is enabled, Snapdragon camera application will take a snapshot as soon as it is resumed from the lock screen by pressing power button twice. For this to work, user also needs to enable "Press power button twice for camera" under display setting. Change-Id: I84794759ee1edc9424c37b71bd0c2b761a77bee1 CRs-Fixed: 970691
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 94b89a010..e724dbb8c 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -200,6 +200,16 @@
<string name="pref_camera_manual_focus_value_diopter_mode">diopter-mode</string>
<string name="pref_camera_manual_focus_value_off">off</string>
+ <!-- Instant Capture entry -->
+ <string name="pref_camera_instant_capture_title" translatable="true">Instant Capture</string>
+ <string name="pref_camera_instant_capture_entry_enable" translatable="true">Enable</string>
+ <string name="pref_camera_instant_capture_entry_disable" translatable="true">Disable</string>
+
+ <!-- Instant Capture entry values -->
+ <string name="pref_camera_instant_capture_default" translatable="false">0</string>
+ <string name="pref_camera_instant_capture_value_enable" translatable="false">1</string>
+ <string name="pref_camera_instant_capture_value_disable" translatable="false">0</string>
+
<!-- Settings screen, ZSL location dialog choices -->
<string name="pref_camera_zsl_entry_off">Off</string>
<string name="pref_camera_zsl_entry_on">On</string>