My application comes with assets resources (a lot), raw resources (a few) and some other objects created by the user when using the app (including SharedPreferences).
I can't manage to understand what happens to all these resources when I install a new version of the app. Are those overridden or do they stay in the previous state (if so how can I change it) ?