Merge "Lower per-app NotificationChannelGroup limit." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
41a2d675eb
@@ -108,7 +108,7 @@ public class PreferencesHelper implements RankingConfig {
|
|||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;
|
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static final int NOTIFICATION_CHANNEL_GROUP_COUNT_LIMIT = 50000;
|
static final int NOTIFICATION_CHANNEL_GROUP_COUNT_LIMIT = 6000;
|
||||||
|
|
||||||
private static final int NOTIFICATION_PREFERENCES_PULL_LIMIT = 1000;
|
private static final int NOTIFICATION_PREFERENCES_PULL_LIMIT = 1000;
|
||||||
private static final int NOTIFICATION_CHANNEL_PULL_LIMIT = 2000;
|
private static final int NOTIFICATION_CHANNEL_PULL_LIMIT = 2000;
|
||||||
|
|||||||
Reference in New Issue
Block a user