I am developping an application using a ContentProvider. It is declared in the manifest :
A solution would be that the full version migrate the data from a demo content provider to the full version content provider, but I would rather avoid that.
Here is the likely sequence of events:
You need to clone the data from the lite to the full version on the first run of the full version to avoid this problem.