From 7ce51cf350b97a587693642444cdcf401f1dfa17 Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Fri, 10 Jun 2016 14:48:07 -0700 Subject: [PATCH] docs: Fixed option for "launchMode" within Android manifest doc. The "android:launchMode" attribute, which appears within an Android app's manifest file, now correctly shows "standard" as the default option within the "syntax overview" section. Bug: 28424976 Change-Id: Ica2e4868c51f03a653b6c6834478ffa3b751ebda --- docs/html/guide/topics/manifest/activity-element.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/manifest/activity-element.jd b/docs/html/guide/topics/manifest/activity-element.jd index 3b703a5cc3977..c2df43125f0f0 100644 --- a/docs/html/guide/topics/manifest/activity-element.jd +++ b/docs/html/guide/topics/manifest/activity-element.jd @@ -25,7 +25,7 @@ parent.link=manifest-intro.html android:hardwareAccelerated=["true" | "false"] android:icon="drawable resource" android:label="string resource" - android:launchMode=["multiple" | "singleTop" | + android:launchMode=["standard" | "singleTop" | "singleTask" | "singleInstance"] android:maxRecents="integer" android:multiprocess=["true" | "false"]