Ok, so just to clarify, I guess I have been assuming (yeah, not good
to assume) that all of the buttons were "soft" buttons which generated
software events and then various applications acted on those events.
So are any of the buttons soft buttons?, and which
are hard buttons wired directly to things that can't be detected from code?

On Thu, Nov 20, 2008 at 6:28 PM, Dianne Hackborn <[EMAIL PROTECTED]> wrote:
> 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 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 like to be
>> >> able to save my state to a file and then restart the Service when the
>> >> device starts up again.
>> >>
>> >> I can see how to start it up again (receive the ACTION_BOOT_COMPLETED
>> >> Intent), but I can't figure out a way to run the saving code on
>> >> shutdown. I was expecting my Service's onDestroy() to be called, but
>> >> this doesn't seem to be the case.
>> >>
>> >> Thanks.
>> >>
>> >> --
>> >> Jon
>> >>
>> >>
>> >
>> >
>> >
>> > --
>> > Dianne Hackborn
>> > Android framework engineer
>> > [EMAIL PROTECTED]
>> >
>> > Note: please don't send private questions to me, as I don't have time to
>> > provide private support.  All such questions should be posted on public
>> > forums, where I and others can see and answer them.
>> >
>> >
>> > >
>> >
>>
>>
>
>
>
> --
> Dianne Hackborn
> Android framework engineer
> [EMAIL PROTECTED]
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support.  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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to