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 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