Loading src/com/android/launcher3/LauncherSettings.java +6 −5 Original line number Diff line number Diff line Loading @@ -94,15 +94,11 @@ public class LauncherSettings { */ public static final int ITEM_TYPE_DEEP_SHORTCUT = 6; /** * The favroite is a search action */ public static final int ITEM_TYPE_SEARCH_ACTION = 7; // *** Below enum values are used for metrics purpose but not used in Favorites DB *** /** * Type of the item is recents task. * TODO(hyunyoungs): move constants not related to Favorites DB to a better location. */ public static final int ITEM_TYPE_TASK = 7; Loading @@ -111,6 +107,11 @@ public class LauncherSettings { */ public static final int ITEM_TYPE_QSB = 8; /** * The favorite is a search action */ public static final int ITEM_TYPE_SEARCH_ACTION = 9; /** * The icon package name in Intent.ShortcutIconResource * <P>Type: TEXT</P> Loading Loading
src/com/android/launcher3/LauncherSettings.java +6 −5 Original line number Diff line number Diff line Loading @@ -94,15 +94,11 @@ public class LauncherSettings { */ public static final int ITEM_TYPE_DEEP_SHORTCUT = 6; /** * The favroite is a search action */ public static final int ITEM_TYPE_SEARCH_ACTION = 7; // *** Below enum values are used for metrics purpose but not used in Favorites DB *** /** * Type of the item is recents task. * TODO(hyunyoungs): move constants not related to Favorites DB to a better location. */ public static final int ITEM_TYPE_TASK = 7; Loading @@ -111,6 +107,11 @@ public class LauncherSettings { */ public static final int ITEM_TYPE_QSB = 8; /** * The favorite is a search action */ public static final int ITEM_TYPE_SEARCH_ACTION = 9; /** * The icon package name in Intent.ShortcutIconResource * <P>Type: TEXT</P> Loading