Is there a way to access the Dialer/Contacts/Call Log of Android through an application?
I essentially want to add features/information, and I know that those databases are unable to be changed past queries and insertions, so I was wondering how to override the stock Dialer/Contacts/Call Log? Preferably, I’d only like to change one of those, but any info will help.
Is there a way to access the Dialer/Contacts/Call Log of Android through an application?
Share
Query
android.provider.CallLog.Calls.CONTENT_URIfor getting Callogs as:and in manifest.xml add: