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

Commit 3be599c4 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Increase max shortcut limit to 10" into qt-dev am: 1a31c77e" into qt-dev-plus-aosp

parents d0110ff3 32677dbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ public class ShortcutService extends IShortcutService.Stub {
    static final int DEFAULT_MAX_UPDATES_PER_INTERVAL = 10;

    @VisibleForTesting
    static final int DEFAULT_MAX_SHORTCUTS_PER_APP = 5;
    static final int DEFAULT_MAX_SHORTCUTS_PER_APP = 10;

    @VisibleForTesting
    static final int DEFAULT_MAX_ICON_DIMENSION_DP = 96;