Loading docs/html/guide/topics/manifest/manifest-intro.jd +189 −177 Original line number Diff line number Diff line Loading @@ -187,11 +187,23 @@ Elements at the same level are generally not ordered. For example, <code><a href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></code>, <code><a href="{@docRoot}guide/topics/manifest/provider-element.html"><provider></a></code>, and <code><a href="{@docRoot}guide/topics/manifest/service-element.html"><service></a></code> elements can be intermixed in any sequence. (An <code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias></a></code> element is the exception to this rule: It must follow the elements can be intermixed in any sequence. There are two key exceptions to this rule, however: <ul> <li> An <code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias></a></code> element must follow the <code><a href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></code> it is an alias for.) it is an alias for. </li> <li> The <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code> element must be the last element inside the <code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></code> element. In other words, the <code></application></code> closing tag must appear immediately before the <code></manifest></code> closing tag. </li> </p></dd> <dt><b>Attributes</b></dt> Loading Loading
docs/html/guide/topics/manifest/manifest-intro.jd +189 −177 Original line number Diff line number Diff line Loading @@ -187,11 +187,23 @@ Elements at the same level are generally not ordered. For example, <code><a href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></code>, <code><a href="{@docRoot}guide/topics/manifest/provider-element.html"><provider></a></code>, and <code><a href="{@docRoot}guide/topics/manifest/service-element.html"><service></a></code> elements can be intermixed in any sequence. (An <code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias></a></code> element is the exception to this rule: It must follow the elements can be intermixed in any sequence. There are two key exceptions to this rule, however: <ul> <li> An <code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html"><activity-alias></a></code> element must follow the <code><a href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></code> it is an alias for.) it is an alias for. </li> <li> The <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code> element must be the last element inside the <code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></code> element. In other words, the <code></application></code> closing tag must appear immediately before the <code></manifest></code> closing tag. </li> </p></dd> <dt><b>Attributes</b></dt> Loading