tags:

views:

60

answers:

1

If I store some user settings and information in shared preferences in my android apps, and then I update the app in the Market, will those settings be erased when the app updates?

+1  A: 

No, the Shared Preferences will remain.

Nothing personal, but it would be faster to do a simple test by your self, than asking a question here.

Cristian