use capital G at shared prefs
This commit is contained in:
parent
9d5277a090
commit
600705f155
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ public class Constants {
|
||||||
public static final String SET_WALLPAPER_INTENT = "set_wallpaper_intent";
|
public static final String SET_WALLPAPER_INTENT = "set_wallpaper_intent";
|
||||||
|
|
||||||
// shared preferences
|
// shared preferences
|
||||||
public static final String PREFS_KEY = "gallery";
|
public static final String PREFS_KEY = "Gallery";
|
||||||
public static final String IS_FIRST_RUN = "is_first_run";
|
public static final String IS_FIRST_RUN = "is_first_run";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue