I think I've got to write a content provider for handling a add-on
style architecture for my app.

If I have 2 seperate providers, different .apks and manifests, and
lets say one has the authority

content://my.authority.com/addon1
and the second
content://my.authority.com/addon2

They are both installed and registered. If I do a query on
content://my.authority.com will it come back with both addon1 and
addon2 in the result set?

Basically can you query what tables are available, and not just the
table itself? Will the content resolver sort that out even though it's
not in either actual providers authority?

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