Skip to content

Instantly share code, notes, and snippets.

@januprasad
Created December 3, 2014 09:30
Show Gist options
  • Save januprasad/c479a0da51be325dee77 to your computer and use it in GitHub Desktop.
Save januprasad/c479a0da51be325dee77 to your computer and use it in GitHub Desktop.
PreferenceManager Save Int
public void onReceive(final Context arg0, Intent arg1)
{
PreferenceManager.getDefaultSharedPreference(arg0).edit().putInt(yourInt).apply();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment