From 49a3e699f9c5dfbd220681c17037621751ffe933 Mon Sep 17 00:00:00 2001 From: Pinyao Ting Date: Fri, 26 Jul 2019 12:28:38 -0700 Subject: show dot in deep shortcuts when notification contains exactly identical set of person Bug: 132336512 Change-Id: I975524e28168c10a186cdc24b188c161faf433cf --- .../com/android/launcher3/shortcuts/DeepShortcutManager.java | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'go') 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. * -- cgit v1.2.3