Merge "Change default for group alert behavior" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-05-31 19:43:00 +00:00
committed by Android (Google) Code Review

View File

@@ -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.