views:

605

answers:

2

Now I am doing a android porjct. The project needs get the default username and password of Android phone.

I don't know how to get the default gmail information of one Android Cell Phone. Can u help me. Thx.

+2  A: 

You should read about AccountManager to login using the gmail user but you will not get the username and password.

Macarse