Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b247a0da authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase notification channel limit" into rvc-dev am: 8d139f6a am: 336418d3

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

Change-Id: If788388c487547c25de5d6b36151e3907e1f8935
parents 1ff1e7a0 336418d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ public class PreferencesHelper implements RankingConfig {
    private static final String NON_BLOCKABLE_CHANNEL_DELIM = ":";

    @VisibleForTesting
    static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;
    static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 50000;

    private static final int NOTIFICATION_PREFERENCES_PULL_LIMIT = 1000;
    private static final int NOTIFICATION_CHANNEL_PULL_LIMIT = 2000;