Search code examples
androidonclickback-buttononlongclicklistener

Android listen for backbutton longclick


I am overriding the backbutton with a onBackPressed() function

how do I also detect long clicks on the backbutton? Is there an equivalent of @Override onBackLongPressed() ?


Solution

  • This might help you (Check the first comment) - Android long key press