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.
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
Google? " Android" google .