mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-01-25 16:00:10 -05:00
add the Autosave option
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user