Loading services/core/java/com/android/server/notification/NotificationManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -4825,6 +4825,7 @@ public class NotificationManagerService extends SystemService { // Does the app want to bubble & is able to bubble boolean canBubble = notification.getBubbleMetadata() != null && mPreferencesHelper.areBubblesAllowed(pkg, userId) && mPreferencesHelper.bubblesEnabled(r.sbn.getUser()) && r.getChannel().canBubble() && !mActivityManager.isLowRamDevice(); Loading services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java +59 −143 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -4825,6 +4825,7 @@ public class NotificationManagerService extends SystemService { // Does the app want to bubble & is able to bubble boolean canBubble = notification.getBubbleMetadata() != null && mPreferencesHelper.areBubblesAllowed(pkg, userId) && mPreferencesHelper.bubblesEnabled(r.sbn.getUser()) && r.getChannel().canBubble() && !mActivityManager.isLowRamDevice(); Loading
services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java +59 −143 File changed.Preview size limit exceeded, changes collapsed. Show changes