summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/manifest/application-element.jd
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-01-10 12:55:36 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-01-10 12:55:36 -0800
commit5a3e67c7811d4a7906548e113561cd1e901de9e2 (patch)
treed1ae8853322ca18f8e15d4e460ece5e591f5dc12 /docs/html/guide/topics/manifest/application-element.jd
parentd3872f55045b7ce7be7dd7ae5fff37d7988bdcb2 (diff)
parentd1186cd5bb445e9b0768edf6cb87022865cada55 (diff)
downloadframeworks_base-5a3e67c7811d4a7906548e113561cd1e901de9e2.zip
frameworks_base-5a3e67c7811d4a7906548e113561cd1e901de9e2.tar.gz
frameworks_base-5a3e67c7811d4a7906548e113561cd1e901de9e2.tar.bz2
am d1186cd5: Merge "docs: fix broken links in .jd docs" into ics-mr1
* commit 'd1186cd5bb445e9b0768edf6cb87022865cada55': 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.jd4
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>