[android-developers] Re: Is there a hook to run code on device shutdown (power off)?

2008-11-21 Thread Eric Mill
Dianne, do you think this will be added to the API in the future? Saving state on phone shutdown could be important for some apps. -- Eric On Nov 20, 9:12 pm, Jon Colverson [EMAIL PROTECTED] wrote: Eek. That makes things a bit more difficult. Thank you for the quick response, though! On Nov

[android-developers] Re: Is there a hook to run code on device shutdown (power off)?

2008-11-21 Thread Dorn Hetzel
And at least with respect to the current hardware instance (G1) is any inability a hardware, firmware, or software limitation? On Fri, Nov 21, 2008 at 9:39 AM, Eric Mill [EMAIL PROTECTED] wrote: Dianne, do you think this will be added to the API in the future? Saving state on phone shutdown

[android-developers] Re: Is there a hook to run code on device shutdown (power off)?

2008-11-21 Thread Dianne Hackborn
It's something not implemented in the software. Users seem to have a disturbing habit of just pulling the battery out as a way to turn off their phone, so I'm not sure how much I would want to rely on a clean shutdown. :} On Fri, Nov 21, 2008 at 7:52 AM, Dorn Hetzel [EMAIL PROTECTED] wrote:

[android-developers] Re: Is there a hook to run code on device shutdown (power off)?

2008-11-20 Thread Dianne Hackborn
Sorry, there is nothing available to find out when the device is being turned off. On Thu, Nov 20, 2008 at 5:37 AM, Jon Colverson [EMAIL PROTECTED] wrote: Hello. Part of the app I'm writing is a Service that does some work. If it hasn't finished when the user switches the device off I'd

[android-developers] Re: Is there a hook to run code on device shutdown (power off)?

2008-11-20 Thread Dorn Hetzel
If not actual shutdown, is it possible to detect presses of the red button that *might* result in a power down? On Thu, Nov 20, 2008 at 4:55 PM, Dianne Hackborn [EMAIL PROTECTED] wrote: Sorry, there is nothing available to find out when the device is being turned off. On Thu, Nov 20, 2008 at

[android-developers] Re: Is there a hook to run code on device shutdown (power off)?

2008-11-20 Thread Dianne Hackborn
No, sorry. On Thu, Nov 20, 2008 at 2:14 PM, Dorn Hetzel [EMAIL PROTECTED] wrote: If not actual shutdown, is it possible to detect presses of the red button that *might* result in a power down? On Thu, Nov 20, 2008 at 4:55 PM, Dianne Hackborn [EMAIL PROTECTED] wrote: Sorry, there is

[android-developers] Re: Is there a hook to run code on device shutdown (power off)?

2008-11-20 Thread Jon Colverson
Eek. That makes things a bit more difficult. Thank you for the quick response, though! On Nov 20, 9:55 pm, Dianne Hackborn [EMAIL PROTECTED] wrote: Sorry, there is nothing available to find out when the device is being turned off. On Thu, Nov 20, 2008 at 5:37 AM, Jon Colverson [EMAIL