The app I am developing needs to know when someone presses the End Call button. It doesn't need to alter the button's function at all. It merely needs to know when it is pressed. I would just like to know if this is possible and how to do this?
I have been looking at the KeyEvent class, but I am unable to implement it. I don't even know if it will work.