0

am trying to catch the event of the press of the Android Applications' button , i searched in intent actions but i found nothing, i want to invoke some background service when user open thr applications' menu ,

Applications Button on android system

thanks

Yahia
  • 691
  • 1
  • 7
  • 24
  • possible duplicate of [Android, How to receive home button click through broadcast receiver?](http://stackoverflow.com/questions/13302167/android-how-to-receive-home-button-click-through-broadcast-receiver) – shkschneider Mar 19 '14 at 15:06
  • 1
    It's not home button. – Divers Mar 19 '14 at 15:08
  • @Divers is right , this is not the home button , it's the applications' list button – Yahia Mar 19 '14 at 15:10

1 Answers1

0

I think it's impossible, because it's depending on launcher, and I'm almost sure that developers don't send broadcast message when user press this button.

Divers
  • 9,531
  • 7
  • 45
  • 88