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: I6fae71ecd4ae67d51d89c05031cf013dc465dbc8
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:51:11 +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 = ":"; private static final String NON_BLOCKABLE_CHANNEL_DELIM = ":";
@VisibleForTesting @VisibleForTesting
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 50000; static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;
@VisibleForTesting @VisibleForTesting
static final int NOTIFICATION_CHANNEL_GROUP_COUNT_LIMIT = 50000; static final int NOTIFICATION_CHANNEL_GROUP_COUNT_LIMIT = 50000;