标签: android performance storage uninstall android-sharedpreferences
我发现备份可以在应用程序卸载后恢复共享首选项,只是想知道是否仍然存在设备中的SharedPreferences甚至应用程序已在脱机模式下卸载?
答案 0 :(得分:0)
这是由Google的备份服务完成的。如果你想自己做。
有几种选择:
1. Store the data on line by yourself. 2. Store the data on SDCARD
以及更多信息:卸载APK不会导致数据立即被删除。