diff --git a/docs/html/guide/topics/manifest/activity-element.jd b/docs/html/guide/topics/manifest/activity-element.jd index bd1edc2bdb216..a8d7615fda1f5 100644 --- a/docs/html/guide/topics/manifest/activity-element.jd +++ b/docs/html/guide/topics/manifest/activity-element.jd @@ -5,7 +5,8 @@ parent.link=manifest-intro.html
<activity android:allowTaskReparenting=["true" | "false"] +
<activity android:allowEmbedded=["true" | "false"]
+ android:allowTaskReparenting=["true" | "false"]
android:alwaysRetainTaskState=["true" | "false"]
android:clearTaskOnLaunch=["true" | "false"]
android:configChanges=["mcc", "mnc", "locale",
@@ -62,6 +63,17 @@ by the system and will never be run.
The default value of this attribute is false.
+