Merge "Lower per-app notificationchannel limit" into tm-qpr-dev am: 9962ee2c9f

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

Change-Id: Idcf0c8f740053d2665af3251a669fdaa0a766f79
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-09-08 17:07:49 +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;