In android is there any way to preserve SharedPreferences after an uninstall

后端 未结 8 1056
一生所求
一生所求 2020-12-01 07:54

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

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 08:43

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

提交回复
热议问题