I have a non touch android system, with physical keyboard buttons. I want to detect long key presses in EditText.
I tried using the onKeyDown (start tracking) and onKeyLongPress in MainActivity, but it doesnt work, because the focus is with EditText.
P.S : I am using this EditText in a fragment and not MainActivity
Try this.