0

i am developing security app on android platform. now my requirement is to handle home button press event when application not open or not in foreground screen.

is there any way to handle home button event out of application??

VenushkaT
  • 1,152
  • 2
  • 19
  • 42
  • is that mean when you press the button you need to have it run the application ,Is It ? – VenushkaT Mar 05 '14 at 08:31
  • @VenushkaT yes some code of my application should run, i need to send notification from my application. when three time home button press continuously when app closed or not in currently on screen. – user3373882 Mar 05 '14 at 09:27

1 Answers1

1

Handling detection of pressing home button is no longer supported:

Detect home button press in android

Home button click event handling android

Community
  • 1
  • 1
Mieszko
  • 316
  • 2
  • 8