I am building a game for android and I want to put the game score in the SharedPreferences of the application.
I was wondering if a user has rooted his phone, and made him super-user, will he be able to get my SharedPreferences file and change it?
Yes.
Once a user has
su, they can access any file on the file system from the adb shell.