Loading packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -749,6 +749,8 @@ public class BubblesManager implements Dumpable { return; } entry.setFlagBubble(shouldBubble); // Update the state in NotificationManagerService try { int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; Loading Loading
packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -749,6 +749,8 @@ public class BubblesManager implements Dumpable { return; } entry.setFlagBubble(shouldBubble); // Update the state in NotificationManagerService try { int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; Loading