[android-developers] Re: Shutdown notification?

2009-04-21 Thread Jon Colverson
On Mar 25, 2:26 pm, Cyril Jaquier cyril.jaqu...@jaqpot.net wrote: I would like to perform a task just before the phone is shut down. I thought that Application#onTerminate would be called but that does not seem to be the case. Is there a broadcast intent when the phone is going to shutdown?

[android-developers] Re: Shutdown notification?

2009-04-19 Thread AGA
I'd like to join to this question. I've tried to find some solution, however without any success. Can anyone help please? Thanks in advance, AGA On Mar 25, 4:26 pm, Cyril Jaquier cyril.jaqu...@jaqpot.net wrote: Hi all, I would like to perform a task just before the phone is

[android-developers] Re: Shutdown notification?

2009-03-26 Thread Cyril Jaquier
I would like to perform a task just before the phone is shut down. I thought that Application#onTerminate would be called but that does not seem to be the case. Is there a broadcast intent when the phone is going to shutdown? If not, how to run a task just before the phone is turned off?