Can I store data on an Android device to persist between installs?

后端 未结 3 1711
北恋
北恋 2020-12-31 10:04

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

3条回答
  •  囚心锁ツ
    2020-12-31 10:43

    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.

提交回复
热议问题