문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top