Change default

This commit is contained in:
Martin Fietz 2015-09-18 00:52:21 +02:00
parent 96132d0da9
commit c34a2779bb

View File

@ -178,7 +178,7 @@ public class UserPreferences {
* @return {@code true} if notifications are persistent, {@code false} otherwise
*/
public static boolean setLockscreenBackground() {
return prefs.getBoolean(PREF_LOCKSCREEN_BACKGROUND, false);
return prefs.getBoolean(PREF_LOCKSCREEN_BACKGROUND, true);
}
/**