Re: [android-developers] Content Provider Question

2010-10-01 Thread Mark Murphy
On Sat, Sep 25, 2010 at 6:37 PM, Adam Hammer wrote: > I think I've got to write a content provider for handling a add-on > style architecture for my app. Why? > If I have 2 seperate providers, different .apks and manifests, and > lets say one has the authority > > content://my.authority.com/addo

[android-developers] Content Provider Question

2010-09-27 Thread Adam Hammer
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 ins