remember the last flashlight state

This commit is contained in:
tibbi
2016-10-10 19:32:35 +02:00
parent 126e626a9c
commit 69ebbaf9d6
3 changed files with 15 additions and 0 deletions

View File

@@ -15,4 +15,5 @@ public class Constants {
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";
public static final String LAST_FLASHLIGHT_STATE = "last_flashlight_state";
}