Answer the question
In order to leave comments, you need to log in
Access to the phone book in Android. Where to begin?
Hello. I am writing an android application that should display a list of all calls made, their date and time. Tell me, please, how can I access the data of the phone book and calls? Where do I begin?
Answer the question
In order to leave comments, you need to log in
From reading documentation
Cursor cursor = contentResolver.query(CallLog.Calls.CONTENT_URI,
new String [] {Calls._ID, Calls.NUMBER, Calls.DURATION, Calls.TYPE},
null, null, Calls.DATE + " DESC ");
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question