I want to have a large database on an android app. The database is a self contained file that might have 2-3 updates per month (each 20mb+ but I predict that the maximum should be around 40mb).
I keep hearing that the android apps get rooted so people can access those sensitive data (it's going to be a paid app). How can I encrypt the data of the database so that there will be no loss. Is there any alternative database (except from sqlcypher) model (even key/value) that can be used and is more secure?
Also, can a rooted phone user buy an android app from external store (I am thinking on making an external non android market store, due to subscription limitations) and has full access to its contents?
I want to do something similar of the iphone model, where there is no apparent access to the database (if you don't put it to the Documents or enable your device for sharing).