SyntaxFix
Write A Post
Hire A Developer
Questions
String prefTag = "someTag"; SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(applicationContext); prefs.edit().remove(prefTag).commit();
This will delete the saved shared preferences with the name "someTag".