host database with do-nothing app so lite and pro can access
问题 Like many others, I will have a "lite" and a "pro" version of my app. They use a database, which will be in the internal storage. I would like a user to be able to buy the pro version and install it without losing the database. Partial Solution: I've seen other posts on how to have multiple apps use the same database. Essentially, this requires two things: both manifests declare the same android:sharedUserId in the manifest, one of the apps must open the database using the other app's context