Lower per-app notificationchannel limit

Test: PreferencesHelperTest
Bug: 240422263
Change-Id: I8c12e3fc73e4a88842af275feaf2acffcced0402
(cherry picked from commit f528b337dd)
This commit is contained in:
Julia Reynolds
2022-08-31 12:58:41 -04:00
parent 3e1eabd934
commit 39b4b1e9aa

View File

@@ -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;