commit | ca76de0e6eb23e4a12c972cfc9205d30decb15b8 | [log] [tgz] |
---|---|---|
author | sfufa@google.com <sfufa@google.com> | Fri Sep 24 08:55:48 2021 -0700 |
committer | sfufa@google.com <sfufa@google.com> | Mon Oct 04 13:14:12 2021 -0700 |
tree | 36ef14982895f659ed3533134a5bf0ed00b886d6 | |
parent | fd326d1a5332e926555ca858d8770ebab502efe4 [diff] [blame] |
Support drag/drop on search results Bug: 199341710 Test: manual Change-Id: I9879c2a3769d4f930ab0289d2f26e4757971549d
diff --git a/src/com/android/launcher3/LauncherSettings.java b/src/com/android/launcher3/LauncherSettings.java index 03e4ee7..048aaaa 100644 --- a/src/com/android/launcher3/LauncherSettings.java +++ b/src/com/android/launcher3/LauncherSettings.java
@@ -95,6 +95,12 @@ public static final int ITEM_TYPE_DEEP_SHORTCUT = 6; /** + * The favroite is a search action + */ + public static final int ITEM_TYPE_SEARCH_ACTION = 7; + + + /** * Type of the item is recents task. * TODO(hyunyoungs): move constants not related to Favorites DB to a better location. */