android - Can a .apk be used to deliver data to a ContentProvider? -


I want to be able to package the data in an APK, which is read by my main app.

Is there any way that I can put data in APK, and then after hooking my data into my main app in the content developer?

The second possibility is that each add-on sees a content-provider, and the app for it, but then I slice the officers and I do not have any pre-built lists, though I think If this is the best option, then I can use the "reserved" officers for expansion.

I understand that for the second option I can use to share the data, can I run a separate APK with the same user_id? Any idea how I can work it, it would be great, I tried to do it, but the reflection did not show up to my extra classes, and it presents all types of dynamic loading questions. Edit: If it helps, it is already working using zip files in a folder in SD, but I could be able to write a simple cover by putting that zip in the APK. So that it can be read by my other app.

I am planning to do something similar to each add-on being a content provider. I plan that every add-on / content-provider has a normal meta-data tag that the main app sees through a list of all content providers.


Comments