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

2012-04-22 Thread Kristopher Micinski
> You can use Activity.finish(), as Gink notes, this is the preferred > way: note that interrupting the user's control flow through your app > in strange ways usually pisses them off. > That wasn't meant as condescending as it came off. I mean to say, a common thing I hear from "regular people" w

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

2012-04-22 Thread Kristopher Micinski
On Thu, Apr 19, 2012 at 3:42 PM, julian Garcia wrote: > I need to know how I can close my android application and all its > activities. Any ideas that might help me do this? > No you don't. You don't "close" your app. What are you trying to do, why do you really want to close your app. Don't "

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

2012-04-22 Thread Gink Labrev
Activity.finish()? http://developer.android.com/reference/android/app/Activity.html Or you can kill the application process if you have root privileges. Em 19 de abril de 2012 16:42, julian Garcia escreveu: > I need to know how I can close my android application and all its > activities. Any idea

[android-developers] As close my android application

2012-04-22 Thread julian Garcia
I need to know how I can close my android application and all its activities . Any ideas that might help me do this? thank you very much -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope