Where should I save user data on Android?
The data saved is the game progress (an sqlite database) and a screen capture of the last game played, so it's really small.
I need a path where I can read and write from c++ code, and it would be good if that data gets automatically removed if the user uninstall the app.