I have 2 activities A and B both defined as singleTask in MANIFEST file.
When A starts B, A will be closed (onDestroy() is called immediately). Why this happen and how to restrict A to be closed by the system: have multiple singleTask activities in same application.
Thank you very much.
When A starts B, A will be closed (onDestroy() is called immediately). Why this happen and how to restrict A to be closed by the system: have multiple singleTask activities in same application.
Thank you very much.