I'm in the middle of a development of an ANDROID application, which contains a lot of Activity and for each Activity there are some checkBox and I'm using SharedPreferences to save what was selected in case the user wants to return to the screen. But I need to delete all SharedPreferences when I start the application. How can I do this?