Skip to content

Instantly share code, notes, and snippets.

@j-onathan
Last active August 29, 2015 14:04
Show Gist options
  • Save j-onathan/ab661ff49ed629a32844 to your computer and use it in GitHub Desktop.
Save j-onathan/ab661ff49ed629a32844 to your computer and use it in GitHub Desktop.
public void clearState() {
Editor editor = m_prefs.edit();
editor.remove(PREF_FIRSTRUN);
editor.remove(PREF_DONE_REV);
editor.remove(PREF_TODO_REV);
editor.remove(PREF_NEED_TO_PUSH);
editor.commit();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment