allow picking any folder for storing the photos and videos

This commit is contained in:
tibbi
2016-11-01 12:54:37 +01:00
parent 70c07f9688
commit 229f7111f2
12 changed files with 22 additions and 59 deletions

View File

@@ -9,7 +9,7 @@ public class Constants {
public static final String PREFS_KEY = "Camera";
public static final String IS_FIRST_RUN = "is_first_run";
public static final String IS_DARK_THEME = "is_dark_theme";
public static final String USE_DCIM = "use_dcim";
public static final String SAVE_PHOTOS = "save_photos";
public static final String SOUND = "sound";
public static final String FORCE_RATIO = "force_ratio";
public static final String MAX_RESOLUTION = "max_resolution";