10.11.2010 13:25, Marcin Orlowski пишет:
On 9 November 2010 23:28, Connick<[email protected]>  wrote:
Fielding questions from our IT dept around security and I didn't know this
one off hand. Can anyone provide insight as to how credentials are stored in
Android OS? (hashed, encrypted etc)
No matter how it's stored, there's call like this:
http://developer.android.com/reference/android/accounts/AccountManager.html#getPassword%28android.accounts.Account%29
so you can get your hands on it.


That's a privileged API, and can't be called by an arbitrary application.

--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to