I'm working on an Android application. My app contains a local database, located in the /assests folder of the app. When the user installs the app, it copies the database in order to use it. Then the user can add items to it.
My question is if I will release an update for my app, will it clear the data(deleting the copied database), thus erasing the user's changes to the database(Because the app will copy the database from the assets folder again)?