allow disabling the Long tap tp capture feature

This commit is contained in:
tibbi
2016-06-18 18:16:43 +02:00
parent 68e7a8de1e
commit 4fdfa9b157
7 changed files with 77 additions and 3 deletions

View File

@@ -4,4 +4,8 @@ public class Constants {
public static final int ORIENT_PORTRAIT = 0;
public static final int ORIENT_LANDSCAPE_LEFT = 1;
public static final int ORIENT_LANDSCAPE_RIGHT = 2;
// Shared preferences
public static final String PREFS_KEY = "Camera";
public static final String LONG_TAP = "long_tap";
}