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

后端 未结 8 1059
一生所求
一生所求 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:56

    As edthethird said: best lay physical files on device external storage and read them on installation. If the file content needs to be hidden from users just perform a simple encryption/decryption process.

提交回复
热议问题