How to get contacts which are used in whatsapp or other application in android
问题 Hi i want to get contact which are used by other application (like whatsapp or viber ) please see in below image please help me about this issue thanks 回答1: With the READ_CONTACTS permission in your manifest, you can get synced contacts given the account type. For WhatsApp it's "com.whatsapp" . So: Cursor c = getContentResolver().query( RawContacts.CONTENT_URI, new String[] { RawContacts.CONTACT_ID, RawContacts.DISPLAY_NAME_PRIMARY }, RawContacts.ACCOUNT_TYPE + "= ?", new String[] { "com