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

Commit c4a5880b authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

DO NOT MERGE Temporarily increase notificationchannel limit

am: b8bec9e5

Change-Id: I0e4ce66ad0df4aa117276d4bc3c9962db9fb6561
parents 0d2d344d b8bec9e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,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;

    @VisibleForTesting
    static final String TAG_RANKING = "ranking";