Merge "Allow badging with ComponentNames" into sc-dev
This commit is contained in:
commit
c2da3c60fe
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue