Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f7828eb authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Change default for group alert behavior

To alert for children but not the summary.

Bug: 62027641
Test: cts
Change-Id: Ie7978514be45be6b13c2ea3bd7ff898db352a1ed
parent db083677
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.