You can use a content provider from another app just like any other content provider (such as the address book). Something like getContentResolver.query(Uri, projection, where) should simply work.
On Apr 28, 7:57 am, Naveen Garg <[EMAIL PROTECTED]> wrote: > I am trying to access a content provider created by some other app. > But not able to find a way. lease tell me how to do it. Some sample > code will be of great help. > > Thanking in advance!! > > Naveen --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

