From fe1043717bca62c00f0da3f49528071ab05de282 Mon Sep 17 00:00:00 2001 From: Sultanxda Date: Sun, 6 Dec 2015 10:30:28 -0800 Subject: Snap: Add ability to set the tap-to-focus duration to 0 sec Setting a tap-to-focus duration of 0 seconds allows for a quick, manual refocus of the subject without interfering with the exposure. This is particularly useful when recording videos. [mikeioannina]: Adapted to Snap Change-Id: Ie3d92e50f755c938e9725438ba5baad0d0985485 Signed-off-by: Sultanxda --- res/values/cm_arrays.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'res/values/cm_arrays.xml') diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml index 7a1aeded0..1a44ad17c 100644 --- a/res/values/cm_arrays.xml +++ b/res/values/cm_arrays.xml @@ -27,6 +27,7 @@ + @string/pref_camera_focustime_entry_0 @string/pref_camera_focustime_entry_5 @string/pref_camera_focustime_entry_10 @string/pref_camera_focustime_entry_15 @@ -37,12 +38,13 @@ + 200 5000 10000 15000 20000 30000 - 0 + 0x7FFFFFFF -- cgit v1.2.3