Merge "Allow badging with ComponentNames" into sc-dev

This commit is contained in:
Samuel Fufa 2021-02-24 13:38:49 +00:00 committed by Android (Google) Code Review
commit c2da3c60fe
1 changed files with 1 additions and 0 deletions

View File

@ -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;