I have 5 "main activities" A,B,C,D,E
App start with A and now can call A,B,C,D or E.
My problem is that when do A->B->C->A B and C call onDestroy() and when call newly to B or C start with onCreate()
I need that A,B,C,D and E never call onDestroy, because I need restart (if was create previously) in the same state before call onDestroy