-1
I am in the middle of a development of an application on ANDROID, which contains many Activity and for each Activity has some checkbox and I am using Sharedpreferences to save what was selected if the user wants to go back on screen. But I need to delete all Sharedpreferences when starting the application. How can I do this ?
In getSharedPreferences(), this obliges me to pass all String. It would have some way, and all Sharedpreferences are under the same name.
– rysahara