mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-01-26 00:12:33 -05:00
show a Rate us button to returning users
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
package com.simplemobiletools.notes;
|
||||
|
||||
public class Constants {
|
||||
public static final String PREFS = "prefs";
|
||||
public static final String TEXT = "text";
|
||||
|
||||
// shared preferences
|
||||
public static final String PREFS_KEY = "Notes";
|
||||
public static final String IS_FIRST_RUN = "is_first_run";
|
||||
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