Hi,
I'm using SharedPreferences to store some app settings. If I push a new version to marketplace, and my users download, will all those SharedPreferences be removed on the upgrade? I know my sqlite databases will remain intact, wondering if the same is true for SharedPreferences.
Thanks