Created
May 5, 2013 15:21
-
-
Save rakyll/5521097 to your computer and use it in GitHub Desktop.
Ugly but AppdataPreferencesSyncer is a singleton.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AppdataPreferencesSyncer syncer = | |
AppdataPreferencesSyncer.get(getApplicationContext()); | |
syncer.setPreferences(mPreferences); | |
syncer.setCredential(credential); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment