Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class PreferenceUtils {
- protected SharedPreferences mSharedPreferences;
- private static PreferenceUtils mInstance;
- private PreferenceUtils (Context context) {
- mSharedPreferences = PreferenceManager.getDefaultSharedPreferences(context);
- }
Add Comment
Please, Sign In to add comment