Merge "Allow more concurrent notifications" into rvc-qpr-dev am: dbbf77f98a
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12283549 Change-Id: Ib04dec96542cd7e002524fa5ea6edbb63bcc9133
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user