tags:

views:

60

answers:

1

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.

A: 

Find the answer.

The configuration in the code will be higher priority to that set in AndroidManifest file.