Guest User

Untitled

a guest
Sep 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public class PreferenceUtils {
  2.  
  3. protected SharedPreferences mSharedPreferences;
  4. private static PreferenceUtils mInstance;
  5.  
  6. private PreferenceUtils (Context context) {
  7. mSharedPreferences = PreferenceManager.getDefaultSharedPreferences(context);
  8. }
Add Comment
Please, Sign In to add comment