Merge "Don't bridge autobundle summaries to other devices." into nyc-mr1-dev

This commit is contained in:
Julia Reynolds
2016-07-06 18:03:35 +00:00
committed by Android (Google) Code Review

View File

@@ -2286,6 +2286,7 @@ public class NotificationManagerService extends SystemService {
.setFlag(Notification.FLAG_AUTOGROUP_SUMMARY, true)
.setFlag(Notification.FLAG_GROUP_SUMMARY, true)
.setColor(adjustedSbn.getNotification().color)
.setLocalOnly(true)
.build();
summaryNotification.extras.putAll(extras);
Intent appIntent = getContext().getPackageManager()