In my application, the user logs in with the web service, and the web service returns the authorization key. After this moment, each user of the request does this using this key.
My question is how to safely store this key? I save it in SharedPreferences, but for me it is not very safe.
java android security
The cook
source share