|
|
|
@ -1,4 +1,3 @@
|
|
|
|
|
baodao
|
|
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
|
|
|
|
|
*
|
|
|
|
@ -20,7 +19,6 @@ package net.micode.notes.data;
|
|
|
|
|
import android.content.Context;
|
|
|
|
|
import android.database.Cursor;
|
|
|
|
|
import android.provider.ContactsContract.CommonDataKinds.Phone;
|
|
|
|
|
|
|
|
|
|
import android.provider.ContactsContract.Data;
|
|
|
|
|
import android.telephony.PhoneNumberUtils;
|
|
|
|
|
import android.util.Log;
|
|
|
|
|