Merge "Don't bridge autobundle summaries to other devices." into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3c32cf8a8c
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user