[android-developers] Correct way to kill the application

2010-07-30 Thread RamaMohan
HI all, I s there any way to kill the entire application at once.Not using with finish() or system.exit() ..all these two will kill the activity ,but not the appication. Is there any way to kill the entire application from any activity .Please help me . -- You received this message because you

Re: [android-developers] Correct way to kill the application

2010-07-30 Thread Carlos Silva
On Fri, Jul 30, 2010 at 14:13, RamaMohan rama.mohan...@gmail.com wrote: HI all, I s there any way to kill the entire application at once.Not using with finish() or system.exit() ..all these two will kill the activity ,but not the appication. Is there any way to kill the entire application

Re: [android-developers] Correct way to kill the application

2010-07-30 Thread Mark Murphy
On Fri, Jul 30, 2010 at 9:13 AM, RamaMohan rama.mohan...@gmail.com wrote: HI all, I s there any way to kill the entire application at once.Not using with finish() or system.exit() ..all these two will kill the activity ,but not the appication. Is there any way to kill the entire application