My android application has to maintain the session using token mechanism. Can someone tell me where to "securely" store the session token on the device? Is keychain mechanism introduced in Android 4.3 used by dev community for storing tokens?
Asked
Active
Viewed 255 times
0
-
It would be good idea to use AccountManager => https://developer.android.com/reference/android/accounts/AccountManager.html – xAqweRx Jun 03 '16 at 14:09
-
I think this is different from what I'm seeking to know – user2058872 Jun 04 '16 at 11:14
-
1You need save your access token for requesting data from the server? If yes => you should use it. – xAqweRx Jun 04 '16 at 14:27