I am using ActivityGroup to handle the list of Activities,In the last Activity of the activityGroup,I am using Alert handler to show popup,and flow comes to first activity of Activity Group(On Resume of ActivityGroup is not called) where the code is there to launch the next Activity which is not part of same Activity Group,In case, where crashing is happening to me,On Pause of whole ActivityGroup is not getting called,But in some places where it works ,On Pause of whole ActivityGroup is getting called.
Anyone handled this weird scenario?