Odds are, ESTaskManager is incorrect. This is pretty typical for these sorts of apps. Android caches processes, and whatever APIs these apps (and DDMS) are using report the application that last ran in that process, even if that application has no active components.
In other words, do not worry about it, unless you come up with stronger proof that something is amiss in your app. On Tue, Dec 21, 2010 at 9:54 AM, André <[email protected]> wrote: > I was using just this.finish(); in my app when exiting my app. But > using ESTaskManager after closing my app I found that it's still > running in the background. So I moved this.finish(); inside onDestroy. > But program is still running. What am I doing wrong? I want it to > fully close when it's closed. > > André > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- 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

