delete sqlite database when updating new version of application
问题 I have uploaded an apk (version 1.0) with 22 tables in SQLite Database on Google Playstore. Now i want to update database with 36 tables in new version (version 2.0) of application. I am storing datebase at default location so when i press "Clear data" in Application Manager , database is gonna deleted. I just want to know how to delete old database (same as clear data) when user update new version? Update: If is there any solution for clear data while updating application from play store