summaryrefslogtreecommitdiffstats
path: root/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java')
-rw-r--r--go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java b/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java
index 5fe350342..42b119429 100644
--- a/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java
+++ b/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java
@@ -45,18 +45,6 @@ public class DeepShortcutManager {
private DeepShortcutManager() { }
- public static boolean supportsShortcuts(ItemInfo info) {
- return false;
- }
-
- public static boolean supportsDeepShortcuts(ItemInfo info) {
- return false;
- }
-
- public static String getShortcutIdIfApplicable(ItemInfo info) {
- return null;
- }
-
/**
* Queries for the shortcuts with the package name and provided ids.
*