after viewing the section "Defining startup modes" of the Tasks and Reverse Flow manual, I donβt understand exactly the behavior of the activity declared using "singleTask".
Suppose I run singleTask-activity (via the startActivity method) when there is an instance of this activity lying below (the root activity) of the background task,
as described in the article, the Intent that I use to run singleTask-activity will be delivered to the instance, in which case will the instance return to its task and its tasks in the foreground, or simply lead to its task before proceeding with its task?
Am I cleared up? Help pls! thanks in advance
source
share