Merge "Increase notification channel limit" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8d139f6a98
@@ -90,7 +90,7 @@ public class PreferencesHelper implements RankingConfig {
|
||||
private static final String NON_BLOCKABLE_CHANNEL_DELIM = ":";
|
||||
|
||||
@VisibleForTesting
|
||||
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;
|
||||
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 50000;
|
||||
|
||||
private static final int NOTIFICATION_PREFERENCES_PULL_LIMIT = 1000;
|
||||
private static final int NOTIFICATION_CHANNEL_PULL_LIMIT = 2000;
|
||||
|
||||
Reference in New Issue
Block a user