summaryrefslogtreecommitdiff
path: root/src/com/android/contacts/util
diff options
context:
space:
mode:
authorGary Mai <garymai@google.com>2017-03-16 18:53:40 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-03-16 18:53:41 +0000
commita172da6354d7f53270dca97ec7c9941718f09d3d (patch)
treef526d1f2d26d5faa279682060d6c7e4367919658 /src/com/android/contacts/util
parent56e4b5f92f7644f307ad6a7c8a4308f7817c9a04 (diff)
parent08d87ee355cdac231c9ca4ef16bcfa5451a1a0b4 (diff)
downloadContacts-a172da6354d7f53270dca97ec7c9941718f09d3d.tar.gz
Merge "Adopt O shortcut changes for Intent.ACTION_CREATE_SHORTCUT" into ub-contactsdialer-i-dev
Diffstat (limited to 'src/com/android/contacts/util')
-rw-r--r--src/com/android/contacts/util/ImplicitIntentsUtil.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/contacts/util/ImplicitIntentsUtil.java b/src/com/android/contacts/util/ImplicitIntentsUtil.java
index 7465c9691..0d00519f2 100644
--- a/src/com/android/contacts/util/ImplicitIntentsUtil.java
+++ b/src/com/android/contacts/util/ImplicitIntentsUtil.java
@@ -16,7 +16,7 @@
package com.android.contacts.util;
-import static com.android.contacts.list.ShortcutIntentBuilder.INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION;
+import static com.android.contacts.ShortcutIntentBuilder.INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION;
import android.app.Activity;
import android.content.Context;