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

Commit 02ad3486 authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Merge "Lower max concurrent notifications from an app" into qt-dev

am: 9c117455

Change-Id: I25169569572aec9da46936cdf0354c69f5472b6a
parents 14c2b638 9c117455
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -283,7 +283,7 @@ public class NotificationManagerService extends SystemService {
    static final boolean DEBUG_INTERRUPTIVENESS = SystemProperties.getBoolean(
    static final boolean DEBUG_INTERRUPTIVENESS = SystemProperties.getBoolean(
            "debug.notification.interruptiveness", false);
            "debug.notification.interruptiveness", false);


    static final int MAX_PACKAGE_NOTIFICATIONS = 50;
    static final int MAX_PACKAGE_NOTIFICATIONS = 25;
    static final float DEFAULT_MAX_NOTIFICATION_ENQUEUE_RATE = 5f;
    static final float DEFAULT_MAX_NOTIFICATION_ENQUEUE_RATE = 5f;


    // message codes
    // message codes