Skip to content

Instantly share code, notes, and snippets.

@matija
Last active November 5, 2018 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matija/5f7f6972a100bb61d67cf86e32a2350d to your computer and use it in GitHub Desktop.
Save matija/5f7f6972a100bb61d67cf86e32a2350d to your computer and use it in GitHub Desktop.
SharedPreferences prefs = getSharedPreferences("USER_PREFS", Context.MODE_PRIVATE);
String userToken = prefs.getString("userIdKey", null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment