Merge "Allow more concurrent notifications" into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
dbbf77f98a
@@ -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