I'm trying to build a secure remember me system that allow user enter in the app without insert credentials each time.
i found this: Add a "Remember me" checkbox in whitch was used sharedPreference that seems to me are not te best solution because every rooted phone can easily modify that params.
what's the best practice to follow?