commit | 3c32cf8a8c7e5ea4744bad17d8944da36ae0cff0 | [log] [tgz] |
---|---|---|
author | Julia Reynolds <juliacr@google.com> | Wed Jul 06 18:03:35 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jul 06 18:03:37 2016 +0000 |
tree | 480a596f413f7d34df2a3b017c181fae783f5add | |
parent | 400960a40e84f7f0968b3019ac3c01fcf4954575 [diff] | |
parent | 2960700fcdcfd81aa0b0960c3a5416eebd445e68 [diff] |
Merge "Don't bridge autobundle summaries to other devices." into nyc-mr1-dev
diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java index 1206263..ec77daf 100644 --- a/services/core/java/com/android/server/notification/NotificationManagerService.java +++ b/services/core/java/com/android/server/notification/NotificationManagerService.java
@@ -2286,6 +2286,7 @@ .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()