My app uses SQLite DB in Android to keep some logs. I understand this is saved in my app dir on Android as DBName.db
. I need a way to truncate/delete/damage/empty the database so it is unrecoverable.
-
What is the best approach?
-
Does Android keep some shadow copies on the device?
-
Does Android keep synced backup in cloud by default (like settings are kept)?
-
If the app is running, is the whole db cached in RAM? If so, id like to clean that too.
Thanks :)
Aucun commentaire:
Enregistrer un commentaire