remember if the last used camera was the front or the back one

This commit is contained in:
tibbi
2016-10-10 19:14:41 +02:00
parent c2e16dcd56
commit 126e626a9c
8 changed files with 14 additions and 2 deletions

View File

@@ -14,4 +14,5 @@ public class Constants {
public static final String FORCE_RATIO = "force_ratio";
public static final String MAX_RESOLUTION = "max_resolution";
public static final String MAX_VIDEO_RESOLUTION = "max_video_resolution";
public static final String LAST_USED_CAMERA = "last_used_camera";
}