make Focus Before Capture optional, disabled by default

This commit is contained in:
tibbi
2016-06-18 20:17:15 +02:00
parent 5265edf5fe
commit 6aa66155d4
6 changed files with 61 additions and 4 deletions

View File

@@ -8,4 +8,5 @@ public class Constants {
// Shared preferences
public static final String PREFS_KEY = "Camera";
public static final String LONG_TAP = "long_tap";
public static final String FOCUS_BEFORE_CAPTURE = "focus_before_capture";
}