From d0609d1cb43c0353cd39f74cd48b104fb5b90a46 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Tue, 31 Mar 2015 10:47:56 -0700 Subject: docs: Fixed formatting in android:documentLaunchMode syntax section Also fixed the line breaks in android:configChanges so the syntax code box doesn't need a horizontal scroll bar. See first comment for doc stage location. bug: 19935160 Change-Id: I1ec34473e743a9f0c921f771cfb47129c47f9014 --- docs/html/guide/topics/manifest/activity-element.jd | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/html/guide/topics/manifest/activity-element.jd b/docs/html/guide/topics/manifest/activity-element.jd index c1256f986619..99e64d95aa2f 100644 --- a/docs/html/guide/topics/manifest/activity-element.jd +++ b/docs/html/guide/topics/manifest/activity-element.jd @@ -13,10 +13,11 @@ parent.link=manifest-intro.html android:clearTaskOnLaunch=["true" | "false"] android:configChanges=["mcc", "mnc", "locale", "touchscreen", "keyboard", "keyboardHidden", - "navigation", "screenLayout", "fontScale", "uiMode", - "orientation", "screenSize", "smallestScreenSize"] - android:documentLaunchMode=["intoExisting", "always", - "none", "never"] + "navigation", "screenLayout", "fontScale", + "uiMode", "orientation", "screenSize", + "smallestScreenSize"] + android:documentLaunchMode=["intoExisting" | "always" | + "none" | "never"] android:enabled=["true" | "false"] android:excludeFromRecents=["true" | "false"] android:exported=["true" | "false"] -- cgit v1.2.3-59-g8ed1b