On Thu, Apr 19, 2012 at 3:42 PM, julian Garcia <julio.styl...@gmail.com> 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 "kill" your app.

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.

Kris

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to