Hi,
Please help me, can we start Call Log Activity using the Intent. Below is
the my code i try to start Call Log Activity using the Intent but not able
to success.
Intent i = new Intent();
i.setAction(Intent.ACTION_VIEW);
i.setData(android.provider.CallLog.CONTENT_URI); //*Not
Working*
//
i.setData(android.provider.CallLog.Calls.CONTENT_URI); *//Working* *
Fine*, *It will open Dialer*
//
i.setData(android.provider.Contacts.People.CONTENT_URI); *//Working **Fine,
It will open Favorites*
startActivity(i);
Please help me if you have any solution..
Thanks
Jaydip
--
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