Store password temporarily in memory
- by Nils
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?