Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 165640ce authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Add a check at the global level for notification bubbles being...

Merge "Merge "Add a check at the global level for notification bubbles being enabled" into qt-dev am: b8e25308 am: 4029734b" into qt-r1-dev-plus-aosp
parents c99acf5d 1506dae0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();

+59 −143

File changed.

Preview size limit exceeded, changes collapsed.