adding a toggle for preventing the phone from falling asleep

This commit is contained in:
tibbi
2018-02-12 16:07:03 +01:00
parent d70fe4e281
commit 8386dd4286
5 changed files with 44 additions and 0 deletions

View File

@ -5,6 +5,7 @@ const val CANVAS_BACKGROUND_COLOR = "canvas_background_color"
const val SHOW_BRUSH_SIZE = "show_brush_size"
const val BRUSH_SIZE = "brush_size"
const val LAST_SAVE_FOLDER = "last_save_folder"
const val PREVENT_PHONE_FROM_SLEEPING = "prevent_phone_from_sleeping"
const val PNG = "png"
const val SVG = "svg"