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 Task Killer.
>
> Sequence: -
> - Run the app
> - Press HOME key
> - Kill all the tasks by TaskKiller
> - Again run the app..
>
>  At this point, instead of starting the App gracefully(by starting the
> first screen which is a splash screen), it directly go to some other
> screen with EMPTY data.. Whole app behaves wired and the data is empty
> everywhere.
>
>
> Can my app listen to any event, when it is killed by a TaskKiller..? I
> tried debugging by going to onDestroy(), but it never got fired..
>
> Any help on this would greatly appreciated..
>
> Thanks in advance..
>
> DK
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to