I need some help in application exit handling. My application has multiple Activity say : - EntryAct, Act1, Act2 .... Act10.
When user presses home key on any of these Activities, I need to do some flag setting.
Handling home key in every application Activity is not possible! Can someone tell how this can be achieved?
Can't change anything in OnPause,OnStop or OnDestory of all activities Act1... Act10. :-(