Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /**
  2. * Get the email account name.
  3. *
  4. * @return the name of the account.
  5. */
  6. private String getAccountName() {
  7. return "android@gmail.com";
  8. return "droid@gmail.com";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement