Merge "Lower per-app notificationchannel limit" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-09-08 16:37:36 +00:00
committed by Android (Google) Code Review

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;