我正在使用此Sending message through WhatsApp
运行此代码Cursor c = getSherlockActivity().getContentResolver().query(ContactsContract.Data.CONTENT_URI,
new String[] { ContactsContract.Contacts.Data._ID }, ContactsContract.Data.DATA1 + "=?",
new String[] { whatsappid }, null);
c.moveToFirst();
但是我得到的光标数是0
我使用whatsappid作为911234567890 其中91是国家代码
请帮帮我