Hi, Sorry, when I say flip, I mean flip the screen out and expose the keyboard. I thought about having a service/alarm that polls every second, but that seems like a big waste of battery and cpu cycles. Ideally, I'd like to register for an event that gets sent when the user pops the screen in and out hiding and showing the keyboard (again, assume we're starting from nothing running). I'm going to play around with the BroadcastReceiver and see if I can get that to do what I want, but the documentation makes it seem like that's really geared towards Activities and I really want it to just kick off a small, UI-less background process.
Thanks, Steve On Nov 6, 11:12 am, Michael <[EMAIL PROTECTED]> wrote: > Oh. Well of course. Make your application be a background service > that watches the sensor. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

