I have a login page that saves username and password to SharedPreferences. I have another Activity class that includes a logo
username
password
SharedPreferences
Activity
SharedPreferences mPrefs = PreferenceManager.getDefaultSharedPreferences(this); SharedPreferences.Editor editor = mPrefs.edit(); editor.clear(); editor.commit();