[android-developers] Re: As close my android application

2012-04-23 Thread Alger Lin
You can kill your application by calling Process.killProcess(). http://developer.android.com/reference/android/os/Process.html#killProcess(int) However, this function call will kill process forcibly, in other words the onDestroy() functions not be called when Activity be terminated. julian

Re: [android-developers] Re: As close my android application

2012-04-23 Thread Kristopher Micinski
2012/4/23 Alger Lin addr...@gmail.com: You can kill your application by calling Process.killProcess(). http://developer.android.com/reference/android/os/Process.html#killProcess(int) *don't* do this.. kris -- You received this message because you are subscribed to the Google Groups Android