When an Android phone receives a call it automatically checks if the call exists in its own contact database. I was wondering if there is a simple way to access that information. I have a PhoneStateListener
that performs certain actions during a ringing state, and I want to check if the incoming caller is in the contacts list.
Is there a way to do this without going through the Contacts ContentProvider
?