[android-developers] Re: finding content providers

2009-05-26 Thread Dianne Hackborn
This might be what you want: http://developer.android.com/reference/android/content/pm/PackageManager.html#queryContentProviders(java.lang.String,%20int,%20int) (Just noticed the stupid typo in the doc -- patching == matching. :p) On Mon, May 25, 2009 at 11:50 PM, Jason Proctor wrote: > > sigh.

[android-developers] Re: finding content providers

2009-05-25 Thread Sujay Krishna Suresh
i think u shd read this first... """Querying a Content Provider You need three pieces of information to query a content provider: The URI that identifies the provider The names of the data fields you want to receive The data types for those fields""" this is frm http://developer.android.com/guide/

[android-developers] Re: finding content providers

2009-05-25 Thread Sujay Krishna Suresh
wat kinda content??? media or contacts or wat??? On Tue, May 26, 2009 at 10:46 AM, Jason Proctor wrote: > > can i programmatically get a list of content providers extant on the > system? > > tx > > -- > jason.software.particle > > > > -- Regards, Sujay Walt Disney