summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorblong <blong@codeaurora.org>2014-10-03 14:57:17 +0800
committerSteve Kondik <steve@cyngn.com>2015-03-22 15:01:04 -0700
commit9f6296cc38ff929c05626969d6a08d75fca9be9b (patch)
tree65652febd9b08653039e65b481bef11e0ab3c659 /src/com
parenteff914db1d61535c71e2273edbf1c89a818dc756 (diff)
downloadandroid_packages_apps_ContactsCommon-9f6296cc38ff929c05626969d6a08d75fca9be9b.tar.gz
android_packages_apps_ContactsCommon-9f6296cc38ff929c05626969d6a08d75fca9be9b.tar.bz2
android_packages_apps_ContactsCommon-9f6296cc38ff929c05626969d6a08d75fca9be9b.zip
Correct the package name
- Correct the package name Change-Id: I370b8c25123eafee1afbdfaa6d49748edb75f115
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/contacts/common/MoreContactUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/contacts/common/MoreContactUtils.java b/src/com/android/contacts/common/MoreContactUtils.java
index f8a69780..4d43a87c 100644
--- a/src/com/android/contacts/common/MoreContactUtils.java
+++ b/src/com/android/contacts/common/MoreContactUtils.java
@@ -52,7 +52,7 @@ import android.provider.ContactsContract.RawContacts;
import android.provider.Settings;
import android.telephony.SubscriptionManager;
import android.telephony.PhoneNumberUtils;
-import android.telecomm.PhoneAccountHandle;
+import android.telecom.PhoneAccountHandle;
import android.telephony.TelephonyManager;
import android.text.TextUtils;
import android.view.LayoutInflater;