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: Ic662ff60c1f49f8be626883be1b2382290ab7867 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user