I built a custom content provider which works fine. I'm in the process of creating a free and paid version, so I moved most of the classes into a library including my custom content provider.
Is that bad form / design? I ask because I'm running into problems allowing both the free and paid versions of the app use the same content provider - it appears that it's tripping over the shared URI. (Basically, if the free version is installed, then it won't let me install the paid version) So I'm thinking about "pulling" the contentprovider from the library and into the free/paid versions, so that there's no tripping over one another. Is that the best way to do it? Or should I keep trying to have both versions share the same contentprovider, and URI namespace, etc. Thanks. -- 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