• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps singleTask Activities

djddj

Lurker
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.
 
Back
Top Bottom