Can anyone tell me how to close all the previous activities by pressing the logout button in android? I tried for intent flag clear top and android no history but both not works, please provide me some solutions. I am using android 2.2 version.
Asked
Active
Viewed 72 times
1 Answers
0
According to me you have to clear each activity from stack using
youractivityname.this.finish();

Pankaj Arora
- 10,224
- 2
- 37
- 59