Are shared preferences in Android apps deleted when a user updates the app?

Viewed 7946

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?

2 Answers
Related