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

Commit c2da3c60 authored by Samuel Fufa's avatar Samuel Fufa Committed by Android (Google) Code Review
Browse files

Merge "Allow badging with ComponentNames" into sc-dev

parents 1408c645 85dfc2e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ public class SearchActionItemInfo extends ItemInfoWithIcon {
    public static final int FLAG_SHOULD_START_FOR_RESULT = FLAG_SHOULD_START | 1 << 2;
    public static final int FLAG_BADGE_WITH_PACKAGE = 1 << 3;
    public static final int FLAG_PRIMARY_ICON_FROM_TITLE = 1 << 4;
    public static final int FLAG_BADGE_WITH_COMPONENT_NAME = 1 << 5;

    private final String mFallbackPackageName;
    private int mFlags = 0;