Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. mobileServiceClient.logout();
  2. editor = prefs.edit();
  3. editor.putString(USERIDPREF, "undefined");
  4. editor.putString(TOKENPREF, "undefined");
  5. editor.apply();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement