aby wrote:
> Hi,
> There is a parameter providerAuthority in ProviderTestCase2
> constructor. Does anyone know what is the providerAuthority means?Is
> the content uri of the provider?Thanks

http://developer.android.com/guide/topics/providers/content-providers.html

Scroll to the bottom, to the "Content URI Summary" section.

The authority is the piece after the scheme (content://) and before the
next slash. If this were an HTTP URL, you'd say the authority was the
Web site.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, $35/Year

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