[android-developers] How to close an application?

2010-01-21 Thread pink 444
Hi, In my application i have to close the application. Hence i am using System.exit(1). But some times it is trying to restart entire application. What is the problem? How can i close an application safely? Thanks in advance. -- You received this message because you

Re: [android-developers] How to close an application?

2010-01-21 Thread Mark Murphy
In my application i have to close the application. No, you don't. Hence i am using System.exit(1). Please do not do this. But some times it is trying to restart entire application. What is the problem? You are trying to close the application. Please do not do this. If