I would like to know if all the files (database, configuration) of the application are deleted when application is updated. If yes, then how can i save them during the update?
Asked
Active
Viewed 59 times
1 Answers
1
The database and user preferences are not deleted. If you need to update the database, override the onUpgrade
function in your DatabaseHelper
class.

coder
- 10,460
- 17
- 72
- 125