Just take care that finish() does not really finish but keeps the process alive. Use System.exit(0) if you want to really (let users) exit our app. I have to use this myself because my app leaks memory from run to run unless I kill its process in onDestroy(). Unfortunately this does not work for pressing the Home button.
Regards On Jan 30, 1:38 pm, madcoder <[email protected]> wrote: > I think I will add a finish() button in my apps, just to make people > happy. Even if Google recommends against it. > > It's available in every other app, and end users expect it, so why not > include it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
