From e432e37ba2fdb564a88b1a6de53f3ef8511c13d9 Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Fri, 17 Jul 2020 10:01:12 -0400 Subject: [PATCH] Allow more concurrent notifications Test: atest Bug: 161321402 Change-Id: Iabc796b83015f64bdbc3e4c43a97e63c3350b25b --- .../android/server/notification/NotificationManagerService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java index 2fe783387e239..8dc7b93302a09 100755 --- a/services/core/java/com/android/server/notification/NotificationManagerService.java +++ b/services/core/java/com/android/server/notification/NotificationManagerService.java @@ -318,7 +318,7 @@ public class NotificationManagerService extends SystemService { static final boolean DEBUG_INTERRUPTIVENESS = SystemProperties.getBoolean( "debug.notification.interruptiveness", false); - static final int MAX_PACKAGE_NOTIFICATIONS = 25; + static final int MAX_PACKAGE_NOTIFICATIONS = 50; static final float DEFAULT_MAX_NOTIFICATION_ENQUEUE_RATE = 5f; // message codes