Hello,
I'm making an application and I'm saving some information in SharedPreferences, which are user information, such as name / phone.
I'm doing an edit profile and wanted to know how do I change not only in the database (as I already did) but also in sharedPreferences.
How do I change data that has already been saved in shared preferences?