Re: [android-developers] What services provide AccessibilityService with KeyEvents

2014-07-13 Thread Tom
Thanks, I thought to look into AccessibilityManagerService, I just couldn't find anywhere where it was invoking the onKey/ onKeyEvent methods in the IAccessibility stubs. My issue isn't with receiving events, I get all events expected and am able to override their behaviors. I want to know where

Re: [android-developers] What services provide AccessibilityService with KeyEvents

2014-07-13 Thread Peter Teoh
On Sun, Jul 13, 2014 at 10:05 PM, Tom wrote: > Android API 18 introduced the onKey method AccessibilityService along > with the necessary flags to enable filtering KeyEvents. What system > service/ method deals with the delivery of these events, and *is it > possible to register for key events wh

[android-developers] What services provide AccessibilityService with KeyEvents

2014-07-13 Thread Tom
Android API 18 introduced the onKey method AccessibilityService along with the necessary flags to enable filtering KeyEvents. What system service/ method deals with the delivery of these events, and *is it possible to register for key events when the screen is off*? I've noticed that hardware b