Hi, I have an android EditText which holds a password. I have to retrieve this in one of my modules and pass it to another. I am calling EditText.getEditableText and encrypting its content. But I want to know if android creates any immutable objects internally for the EdiText Content(like String), in which case there might still be a way for a hacker to get the password out?
Thanks KK -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en