Reputation: 109
I am new to android. I want in my application logout facility. How can i log out from my application. I want to clear shared preferences in logout button ,but i don't know How can I do this.
Upvotes: 0
Views: 127
Reputation: 33792
android:noHistory
for all of your activities onDestroy()
or onStop()
of your root activity Upvotes: 1