Loading core/java/android/app/Notification.java +1 −1 Original line number Diff line number Diff line Loading @@ -1171,7 +1171,7 @@ public class Notification implements Parcelable */ public static final int GROUP_ALERT_CHILDREN = 2; private int mGroupAlertBehavior = GROUP_ALERT_CHILDREN; private int mGroupAlertBehavior = GROUP_ALERT_ALL; /** * If this notification is being shown as a badge, always show as a number. Loading Loading
core/java/android/app/Notification.java +1 −1 Original line number Diff line number Diff line Loading @@ -1171,7 +1171,7 @@ public class Notification implements Parcelable */ public static final int GROUP_ALERT_CHILDREN = 2; private int mGroupAlertBehavior = GROUP_ALERT_CHILDREN; private int mGroupAlertBehavior = GROUP_ALERT_ALL; /** * If this notification is being shown as a badge, always show as a number. Loading