Merge "Change default for group alert behavior" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
faba1835b4
@@ -1168,7 +1168,7 @@ public class Notification implements Parcelable
|
||||
*/
|
||||
public static final int GROUP_ALERT_CHILDREN = 2;
|
||||
|
||||
private int mGroupAlertBehavior = GROUP_ALERT_ALL;
|
||||
private int mGroupAlertBehavior = GROUP_ALERT_CHILDREN;
|
||||
|
||||
/**
|
||||
* If this notification is being shown as a badge, always show as a number.
|
||||
|
||||
Reference in New Issue
Block a user