I have implemented a room database which is distributed from a resource file using SQLiteAssetHelper the first time the app is started.
The database contains game status data so if the Player wants to start all over again, I want to copy again the database file from the resource and overwrite the "local/internal" file.
So my idea was to delete the interal db-file so that SQLiteAssetHelper
will copy the Initial database from the resource again.
Thank you!
Kev