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: Ic6146c69eea50a8d92cef8f3b9f8900c985ef09e
This commit is contained in:
TreeHugger Robot
2020-06-18 15:48:52 +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;