Have you checked in DDMS that your application has actually shut down? Also, from the documentation: "Note: never depend on this method being called; in many cases an unneeded application process will simply be killed by the kernel without executing any application code."
Cheers, Justin Android Team @ Google On Dec 17, 10:34 am, djfrodo <[email protected]> wrote: > Hi all, > > O.k. it's clearly stated in the docs > (here:http://code.google.com/android/reference/android/app/Application.html) > that the Application class allows one to maintain global application > state. > > Unfortunately this seems not to be the case due to the fact that > onTerminate() doesn't fire when an application shuts down. > > Has anyone found a way to fire an event when an app closes using this > class? Is there another way to do this? > > Thanks! > > djfrodo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

