Is it possible to pre-populate my ContentProvider before I publish my apk? My ContentProvider is backed by an sql db.
reason (for the curious):
Google is complaining about indexing my app because of blocked content. The blocked content would be solved if data was already loaded. A possible solution would be to pre-load the contentProvider and then package the apk.