[android-developers] How to force close the app when using multiple activity

2011-06-16 Thread HariRam
How to quit the app or force close the app when multiple activity running in background. I tried to give system.exit(0), but this will works only having single activity. In my app i have 3 activity when i tried system.exit it kills that particular activity and go back to previous activity. please

Re: [android-developers] How to force close the app when using multiple activity

2011-06-16 Thread Dianne Hackborn
Why do you want to do this? What are you trying to accomplish? This is not something normal for an application to do. On Thu, Jun 16, 2011 at 12:47 AM, HariRam hariram1...@gmail.com wrote: How to quit the app or force close the app when multiple activity running in background. I tried to