)My problem is; I want to capture key events at the lowest level (by a daemon, there won't be any views). All input will be directed to this service first. (So it will be able to deny input event dispatch to any activities running on the system.) I have been trying to find a way for some time now, but is this even possible? If it is; I want to extend the question to this-> Is it possible to intercept input events even for the main screen (the one that pops up when the emulator starts. Imagine that you click on the menu, and the service intercepts this so nothing happens) Can anyone help me on this one, any ideas appreciated.


