add the Autosave option

This commit is contained in:
tibbi
2016-07-11 21:44:04 +02:00
parent be6b1d5ef8
commit a7180ea1ee
11 changed files with 149 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ public class Constants {
// shared preferences
public static final String PREFS_KEY = "Notes";
public static final String IS_FIRST_RUN = "is_first_run";
public static final String AUTOSAVE = "autosave";
public static final String WIDGET_BG_COLOR = "widget_bg_color";
public static final String WIDGET_TEXT_COLOR = "widget_text_color";
}