In android is there any way to preserve SharedPref

2019-01-08 21:00发布

I am keeping some application meta data in SharedPreferences. Whenever I uninstall the application and reinstall it, the SharedPreferences are deleted.

Is there any way to get that to remain, so that if the user does an uninstall and reinstall, they can recover their old data?

7条回答
趁早两清
2楼-- · 2019-01-08 21:27

sharedPrefs and DBs are removed when you uninstall. You would have to write outside of the app (sd for example).

查看更多
登录 后发表回答