Use a ContentResolver to query CallLog.CONTENT_URI:

http://d.android.com/reference/android/provider/CallLog.html#CONTENT_URI

Then read the log from the returned Cursor.  You may want to include a
selection string to limit the number of entries you get back (say,
only the last week of calls).

j

On Tue, Jun 2, 2009 at 10:15 PM, vikash <vikashpoddar1...@gmail.com> wrote:
>
> How to retrieve a call history? Send me some link or give me some way
> to find it.I am a beginner.so,help me in basic way.
>
> >
>



-- 
Jeff Sharkey
jshar...@android.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to