I am keeping some application meta data in SharedPreferences. Whenever I uninstall the application and reinstall it, the SharedPreferences are dele
SharedPreferences
sharedPrefs and DBs are removed when you uninstall. You would have to write outside of the app (sd for example).