On http://developer.android.com/guide/topics/manifest/activity-element.html they list the possible values for launchMode as
android:launchMode=["multiple" | "singleTop" |
"singleTask" | "singleInstance"]
What is "multiple" and what happened to "standard"? Unless I'm overlooking it, or it's not appearing in my Firefox browser, I don't see anything about the date of the document, but there are references elsewhere in the document to API Levels as high as 16. Also elsewhere in the same document where they discuss launchMode they mention "standard". So is "multiple" just a typo?
What is "multiple"
It is a noun (or, alternatively, an adjective, depending upon usage). :-)
and what happened to "standard"?
In that one spot in the docs, it was replaced by the word "multiple".
So is "multiple" just a typo?
I am assuming so. It is possible that they renamed it, and standard
and multiple
will mean the same thing, though that too is a documentation bug, which is why I filed the issue (see link at beginning of this paragraph).
Nice catch!
Probably it is just a typo. E. g. constant in ActivityInfo class is named LAUNCH_MULTIPLE but the comment says:
Constant corresponding to standard in the launchMode attribute.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With