OSDN Git Service

Don't bridge autobundle summaries to other devices.
authorJulia Reynolds <juliacr@google.com>
Wed, 6 Jul 2016 14:45:05 +0000 (10:45 -0400)
committerJulia Reynolds <juliacr@google.com>
Wed, 6 Jul 2016 14:45:35 +0000 (10:45 -0400)
Change-Id: I2d0df16b2fbd32569e564399696c86e499910ddb
Fixes: 29114754

services/core/java/com/android/server/notification/NotificationManagerService.java

index 1206263..ec77daf 100644 (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()