Since I am new to Android development.
After the user clicks the exit button from my application, I want to delete all the information that I saved in the general privilege.
I used this one editor.clear()
, but it will not work,
I want to delete this XML file, which is created in conjunction with pref after the user clicks the logout button. I want to delete this file at runtime?
thnx for any help ....
source
share