Merge changes from topic "presubmit-am-41f55ec06ce44b7aaf10c778037774c5-sc-dev" into sc-mainline-prod
* changes:
[automerge] Lower per-app notificationchannel limit 2p: 36acdd6758
Lower per-app notificationchannel limit
This commit is contained in:
committed by
Android (Google) Code Review
commit
270d62a2bd
@@ -97,7 +97,7 @@ public class PreferencesHelper implements RankingConfig {
|
|||||||
private static final String NON_BLOCKABLE_CHANNEL_DELIM = ":";
|
private static final String NON_BLOCKABLE_CHANNEL_DELIM = ":";
|
||||||
|
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 50000;
|
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;
|
||||||
|
|
||||||
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