You are looking at the wrong content provider (guesses). There's a different one for Call logs, http://developer.android.com/reference/android/provider/CallLog.html
See if it works. On Oct 13, 5:36 am, Muhammad Bilal <[email protected]> wrote: > Hi, > > I am trying to locate the intent to load the call log view , does > android platform provide that out of the box? the functionality that i > am looking is just like picking a contact from address book , you can > do that by using intent.ACTION_PICK and using the people content URI > > Intent intent = new Intent(Intent.ACTION_PICK, People.CONTENT_URI); > > It 'll show all the contacts of the system and on selecting one it 'll > return the data URI of that particular contact by using callback if > you start it by using startActivityForResult . > > could we do the same with call log as well is their any intent for > that ???, i would really appreciate your help. > > Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

