Merge "Increase notification channel limit" into rvc-dev am: 8d139f6a98

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11908614

Change-Id: Icc746d8581cea4c5724e6c8510aaba9fbd37a6b4
This commit is contained in:
TreeHugger Robot
2020-06-18 15:49:29 +00:00
committed by Automerger Merge Worker

View File

@@ -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;