I want to verify the userid and password is valid or not (such like Google account, Facebook account, Twitter account...). I found and the confirmCredentials API in the AccountManager class. Could I use this API to verifty the password of the account?
I write this checkCredentials API for checking user's password valid or not, but it will cause the ANR and I can't get the result of the password is valid or not?
Do you have any experience about this API or how to verifty the id and password under Andoroid?
Any information or clue will be appreciated. Thank you very much.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
I've used confirmCredentials in my app. I've put some sample code below in case that helps...
|
|||
|
|