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 ,
thanks
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 ,
thanks
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.