Merge "Return everything but an autogroup summary." into nyc-dev

am: a20e8f3

* commit 'a20e8f314f73c4fc43d33783040d2dc7612e7b75':
  Return everything but an autogroup summary.

Change-Id: I5adc1a1dedd938ac63c7648695d7d1663bf254d8
This commit is contained in:
Julia Reynolds
2016-04-12 15:39:47 +00:00
committed by android-build-merger

View File

@@ -1496,7 +1496,7 @@ public class NotificationManagerService extends SystemService {
final StatusBarNotification sbn = mNotificationList.get(i).sbn;
if (sbn.getPackageName().equals(pkg) && sbn.getUserId() == userId
&& (sbn.getNotification().flags
& Notification.FLAG_AUTOGROUP_SUMMARY) != 0) {
& Notification.FLAG_AUTOGROUP_SUMMARY) == 0) {
// We could pass back a cloneLight() but clients might get confused and
// try to send this thing back to notify() again, which would not work
// very well.