I was looking at an application (SwipePad), and noticed that after the application launches, it detects gestures across the entire platform, even after the main part of the application as been sent to the back (onPause... i.e. it isn't the current activity). It looks like it's using some kind of system service to keep itself alive, but how is it still getting the gesture from the bezel at the system level like that?
It also was interesting that the application itself isn't using root. Any thoughts?