I try to handle a long press event on the Navigation Bar (soft keys) to perform an action Inside my Activity. My phone is runing Android 4.4.4.
I tried to override onKeyDown() and onKeyLongPress(), but none of this Handler receive this event.
I didn't find any example of this. Is it possible to do and how ?