When i delete my application from my Android phone and reinstall the app again via Android Studio the application still has all the data from the old install.
I use SQLite database for data storage and i use the Shared Preference for some basic information.
How do you guys make sure the db is cleared when the app is deleted?
Would like to hear your insights!