Merge "Lower per-app notificationchannel limit" into tm-dev am: add484470c

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

Change-Id: I2d9fc5f724e5e34d1c5cc25956dd66acddc51dba
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Julia Reynolds
2022-10-04 19:54:26 +00:00
committed by Automerger Merge Worker

View File

@@ -106,7 +106,7 @@ public class PreferencesHelper implements RankingConfig {
private static final String NON_BLOCKABLE_CHANNEL_DELIM = ":";
@VisibleForTesting
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 50000;
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;
@VisibleForTesting
static final int NOTIFICATION_CHANNEL_GROUP_COUNT_LIMIT = 50000;