So I have an app in progress that will ask user for some input and then display that input on main activity. Thought about using shared preferences for saving data, but for example when the update for the app gets available on Google Play, that data will be erased if user updates the app.
What should I use to save it on internal storage or sd card like a little backup file that will be restored when the app is updated?