keyevent

How to capture key events from Intent's or BroadcastReceivers

Hey guys, Is there a way to capture a key event from the Menu button using an Intent or BroadcastReceiver? Basically I want my app's Service to be activated when the Menu key is pressed. Thanks ...