Quitting application in Android

Posted by Danail on Stack Overflow See other posts from Stack Overflow or by Danail
Published on 2010-06-03T08:26:53Z Indexed on 2010/06/03 13:14 UTC
Read the original article Hit count: 148

Filed under:

I want to quit application in Android. Just put a "quit" button, which kills my app.

I know I shouldn't do this. I know that this is not the philosophy of the OS.

If you know how it can be done, pls share.

In the app, I have many opened activities, so "finish()" will not do the job.

Thank you for your information in advance. Danail

© Stack Overflow or respective owner

Related posts about android