expanded notifications should be on by default for SDK 16+
This commit is contained in:
parent
204b3f0441
commit
45f7ae23c6
|
@ -89,7 +89,7 @@ public class Prefs {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean expandedNotifications() {
|
public static boolean expandedNotifications() {
|
||||||
return prefs.getBoolean(PREF_EXPANDED_NOTIFICATIONS, false);
|
return prefs.getBoolean(PREF_EXPANDED_NOTIFICATIONS, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean useDebugLogging() {
|
public static boolean useDebugLogging() {
|
||||||
|
|
Loading…
Reference in New Issue