OSDN Git Service

Merge "Revert "Change default for group alert behavior"" into oc-dev
[android-x86/frameworks-base.git] / core / java / android / app / Notification.java
index ad6b454..4dd71b4 100644 (file)
@@ -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.