mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-01-26 00:12:33 -05:00
change the package name
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.simplemobiletools.notes;
|
||||
|
||||
public class Constants {
|
||||
public static final String PREFS = "prefs";
|
||||
public static final String TEXT = "text";
|
||||
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