Mr Asker
0
Q:

android java shared preferences remove key

SharedPreferences mySPrefs = PreferenceManager.getDefaultSharedPreferences(this);
SharedPreferences.Editor editor = mySPrefs.edit();
editor.remove(key);
editor.commit();
0

New to Communities?

Join the community