Store password temporarily in memory

Posted by Nils on Stack Overflow See other posts from Stack Overflow or by Nils
Published on 2010-06-13T09:34:11Z Indexed on 2010/06/13 9:42 UTC
Read the original article Hit count: 196

Filed under:
|

Hello,

I'm looking for a way in an Android application to store a password within the memory as long as the application is running (cf. different activities). I was first thinking about the SharedPreferences, but then it's saved in the flash memory, which isn't that good for a password, I guess.

I'm unsure, what's the best way. What would you recommend me?

© Stack Overflow or respective owner

Related posts about android

Related posts about password