I want to store a small amount of data in a way where it persists between application installs. I obviously can\'t use SharedPreferences as they are removes upon uninstallat
yes. you can store some data in the internal memory or the sd card.this can be done by creating(.somename)folder which is invisible to user and create a file.txt to store the data.