I need to detect HomeButton event in Service. Not in Activity.
I am making an app which will make overlay on any other App. Like additional menu which is always on top of the screen. In some specific events I need to override pressing home button, menu button, back button, volume button also power button.
I believe that this must be done in Service, since all other Apps must run normal. So the events must be handled in Service not in Activity.
It is possible: http://www.kidscrape.com