开发者

Upgrading Android Version cleans application data?

开发者 https://www.devze.com 2023-02-10 04:41 出处:网络
I\'ve received a strange bug report: After a OTA update of the SO from 2.1 to 开发者_StackOverflow2.2 the SharedPreferences have been wiped, thus making my app return to the 1st time screen.

I've received a strange bug report:

After a OTA update of the SO from 2.1 to 开发者_StackOverflow2.2 the SharedPreferences have been wiped, thus making my app return to the 1st time screen.

Is this a normal behaviour, wipe of the SharedPreferences on system update although maintaining the app installed?

Thanks


Shared Preferences data will remain.

Kindly check the following link which provides a good analysis of your problem.

http://groups.google.com/group/android-developers/browse_thread/thread/246aae66e0caf302/908be552b1d86158?lnk=gst&q=Shared+Preferences#908be552b1d86158

0

精彩评论

暂无评论...
验证码 换一张
取 消