Guest User

Untitled

a guest
May 25th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. class LoginTask {
  2. Account account = new Account(userId, AuthenticatorService.ACCOUNT_TYPE);
  3. ...
  4. }
  5.  
  6. class AuthenticatorService extends Service {
  7. public static final String ACCOUNT_TYPE = "com.joelapenna.foursquared";
  8. ...
  9. }
Add Comment
Please, Sign In to add comment