I've been trying to get all the contacts from my phone's contact list with the getAllContacts() function. I have been encountering an error I can't seem to fix:
I can access the native list just fine, and I can pull single contacts just fine, but I'd prefer the functionality of being able to pull the entire list.
I've been trying to get all the contacts from my phone's contact list with the getAllContacts() function. I have been encountering an error I can't seem to fix:
Error: Error java.io.FileNotFoundException: content://com.android.contacts/contacts/1/photo
I can access the native list just fine, and I can pull single contacts just fine, but I'd prefer the functionality of being able to pull the entire list.
Any suggestions?