Iam trying to make a checker and I want to save a value into SharedPreferences. But i\'am not sure if it works
This what I do to save the value is : *
Simply you can:
getSharedPreferences("PREFERENCE", 0).edit().clear().commit();