1

I am working on kiosk APP in android like SureLock, i am facing the problem to handle the android home button long press event. Please suggest me how to handle Home button long press event.

RPB
  • 16,006
  • 16
  • 55
  • 79
Babar Naveed
  • 21
  • 1
  • 2

1 Answers1

1

Use the code in this answer to capture the home button key down event, and in onKeyUp subtract the times between the events and decide whether it is a long press or not (1 second, I'd say?)

Community
  • 1
  • 1
Jong
  • 9,045
  • 3
  • 34
  • 66