What is the final behavior of starting an already existed Activity?
If I set the activity's launchmode to singletop while does not set the activity's flag,
or I set the activity's launchmode to standard while set the activity's flag to Intent.FLAG_ACTIVITY_REORDER_TO_FRONT.
Thanks.