Merge "Lower per-app NotificationChannelGroup limit." into tm-qpr-dev am: 1d2eb78365 am: e550138d01
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20920023 Change-Id: I12e76b5b7ca92de3d42dbd00b7d4895400a34274 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -108,7 +108,7 @@ public class PreferencesHelper implements RankingConfig {
|
||||
@VisibleForTesting
|
||||
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;
|
||||
@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_CHANNEL_PULL_LIMIT = 2000;
|
||||
|
||||
Reference in New Issue
Block a user