As i am new to android development.
After user clicks on sign out button from my app i want to delete all the info which i have stored in shared pref.
i used this editor.clear() but it won’t work,
I want to delete that XML file which is created by shared pref after user clicks on log out button i want to delete that file at run time?
thnx for any help….
You need to commit your changes:
Hoper this help