So as the title says, I have a Service which Implements OnKeyListener to receive keys in the background to increment some values in my achievement database.
My problem is onKey isn't being called (the service is being created and started and everything)
Am I going about this the wrong way?