Search code examples
androidtelephonytelephonymanager

How to access the Android call list?


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

Thanks.


Solution

  • I believe you're looking for the CallLog class, which is part of android.provider.

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

    You should be able to call it using the constructor listed there. Hope that helps!

    EDIT: This may actually be more helpful to you: http://developer.android.com/reference/android/provider/CallLog.Calls.html