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

Commit 21deb9e1 authored by Pinyao Ting's avatar Pinyao Ting Committed by Automerger Merge Worker
Browse files

Merge "Shortcut integration with AppSearch (Part 6)" into sc-dev am: 934f10e6

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

Change-Id: I5157db5d6438c84b89dd02918b1fc684fcbca36c
parents 9e92686d 934f10e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ public class ShortcutService extends IShortcutService.Stub {
    static final int DEFAULT_MAX_UPDATES_PER_INTERVAL = 10;

    @VisibleForTesting
    static final int DEFAULT_MAX_SHORTCUTS_PER_ACTIVITY = 15;
    static final int DEFAULT_MAX_SHORTCUTS_PER_ACTIVITY = Integer.MAX_VALUE;

    @VisibleForTesting
    static final int DEFAULT_MAX_ICON_DIMENSION_DP = 96;