I would like to handle the volume up and volume down keyEvents in my App Widget.
It really should happen in the app widget or a Service, not in an Activity (the homescreen should be displayed).
But as far as i know there don't seems to be a possibility to react with the user from an app widget or service, so i can't get the keyEvents.
So my Question is if I'm wrong and there is a possibility to get the keyEvents or maybe one to make the acitivity invisible?