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: I2d9fc5f724e5e34d1c5cc25956dd66acddc51dba 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 = ":";
|
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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user