From 2f431e264d886fd33d537802095e98e9c3425b7c Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Wed, 7 Jun 2017 14:12:09 +0000 Subject: [PATCH] Revert "Change default for group alert behavior" This reverts commit 8f7828ebe7fc6d87e0de112cfda2823fd5818cb2. Mutes sound on legacy apps that use their summaries to make sound Change-Id: I635b1428ee247c0b7753f58343637e64da1c981d Fixes: 62387153 --- core/java/android/app/Notification.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 31f52dbea5486..c626ae9630b8f 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -1168,7 +1168,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.