Re: [android-developers] App behaves wired after the task is killed by a TaskKiller

2011-07-13 Thread Mark Murphy
On Wed, Jul 13, 2011 at 12:22 PM, dillipk codersnet2...@gmail.com wrote: Can my app listen to any event, when it is killed by a TaskKiller..? No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

Re: [android-developers] App behaves wired after the task is killed by a TaskKiller

2011-07-13 Thread Dianne Hackborn
A task killer doesn't do anything more than the platform would when it needs to kill your process when it is in the background. You just need to deal with this case. On Wed, Jul 13, 2011 at 9:22 AM, dillipk codersnet2...@gmail.com wrote: Hello, My app have some issues after being killed by