Change default
This commit is contained in:
parent
96132d0da9
commit
c34a2779bb
@ -178,7 +178,7 @@ public class UserPreferences {
|
|||||||
* @return {@code true} if notifications are persistent, {@code false} otherwise
|
* @return {@code true} if notifications are persistent, {@code false} otherwise
|
||||||
*/
|
*/
|
||||||
public static boolean setLockscreenBackground() {
|
public static boolean setLockscreenBackground() {
|
||||||
return prefs.getBoolean(PREF_LOCKSCREEN_BACKGROUND, false);
|
return prefs.getBoolean(PREF_LOCKSCREEN_BACKGROUND, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user