Merge "Lower per-app NotificationChannelGroup limit." into tm-dev am: 41a2d675eb

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

Change-Id: I67f689cbdc36d528ac7b73939c03354408ced1bc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ioana Alexandru
2023-02-02 20:53:16 +00:00
committed by Automerger Merge Worker

View File

@@ -108,7 +108,7 @@ public class PreferencesHelper implements RankingConfig {
@VisibleForTesting @VisibleForTesting
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000; 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 = 6000;
private static final int NOTIFICATION_PREFERENCES_PULL_LIMIT = 1000; private static final int NOTIFICATION_PREFERENCES_PULL_LIMIT = 1000;
private static final int NOTIFICATION_CHANNEL_PULL_LIMIT = 2000; private static final int NOTIFICATION_CHANNEL_PULL_LIMIT = 2000;