How to access Android call list?

Hi, I want to access the Android call list, so I can see the contact name, hour of call, duration, hour of call and date. Where is it and how can I access it?

Thank.

+5
source share
2 answers

I believe that you are looking for the CallLog class, which is part of android.provider.

See more information at http://developer.android.com/reference/android/provider/CallLog.html

You should be able to call it using the constructor specified here. Hope this helps!

EDIT: : http://developer.android.com/reference/android/provider/CallLog.Calls.html

+6

Google? " Android" google .

+1

All Articles