From 9a53317ca2612c65433b1a92c385da0b7063f3e0 Mon Sep 17 00:00:00 2001 From: linyuh Date: Thu, 17 May 2018 13:39:32 -0700 Subject: Internal change. Bug: 38502365 Test: None PiperOrigin-RevId: 197043585 Change-Id: If9baef5cdd59d6f94cca6d6298efe59d4e296485 --- java/com/android/dialer/shortcuts/PinnedShortcuts.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/com/android/dialer/shortcuts') diff --git a/java/com/android/dialer/shortcuts/PinnedShortcuts.java b/java/com/android/dialer/shortcuts/PinnedShortcuts.java index 6e23a5c21..d5265c203 100644 --- a/java/com/android/dialer/shortcuts/PinnedShortcuts.java +++ b/java/com/android/dialer/shortcuts/PinnedShortcuts.java @@ -106,7 +106,7 @@ final class PinnedShortcuts { // setRank is nonsensical for pinned shortcuts and therefore could not be calculated. continue; } - // Exclude shortcuts like the "Phone NUI" shortcut. + // Exclude shortcuts not for contacts. String action = null; if (shortcutInfo.getIntent() != null) { action = shortcutInfo.getIntent().getAction(); -- cgit v1.2.3