diff options
author | Scott Main <smain@google.com> | 2012-01-10 12:58:03 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-10 12:58:03 -0800 |
commit | f6f793c4ac3670d40a5a38f40388124ddca56cf9 (patch) | |
tree | 92f7d39980ae034c5156ff9ed4bd40bd44eb4531 /docs/html/guide/topics/manifest/application-element.jd | |
parent | 5437c220e239dc6276942990bc81c1388cfb176c (diff) | |
parent | 5a3e67c7811d4a7906548e113561cd1e901de9e2 (diff) | |
download | frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.zip frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.tar.gz frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.tar.bz2 |
am 5a3e67c7: am d1186cd5: Merge "docs: fix broken links in .jd docs" into ics-mr1
* commit '5a3e67c7811d4a7906548e113561cd1e901de9e2':
docs: fix broken links in .jd docs
Diffstat (limited to 'docs/html/guide/topics/manifest/application-element.jd')
-rw-r--r-- | docs/html/guide/topics/manifest/application-element.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/manifest/application-element.jd b/docs/html/guide/topics/manifest/application-element.jd index 4f1964c..df6f61a 100644 --- a/docs/html/guide/topics/manifest/application-element.jd +++ b/docs/html/guide/topics/manifest/application-element.jd @@ -249,7 +249,7 @@ of that name is created. A global process can be shared with other applications, reducing resource usage. </p></dd> -<dt><a href name="restoreany"></a>{@code android:restoreAnyVersion}</dt> +<dt><a name="restoreany"></a>{@code android:restoreAnyVersion}</dt> <dd>Indicate that the application is prepared to attempt a restore of any backed-up data set, even if the backup was stored by a newer version of the application than is currently installed on the device. Setting @@ -260,7 +260,7 @@ incompatible. <em>Use with caution!</em> <p>The default value of this attribute is {@code false}. </p></dd> -<dt><a href name="aff"></a>{@code android:taskAffinity}</dt> +<dt><a name="aff"></a>{@code android:taskAffinity}</dt> <dd>An affinity name that applies to all activities within the application, except for those that set a different affinity with their own <code><a href="{@docRoot}guide/topics/manifest/activity-element.html#aff">taskAffinity</a></code> |