diff options
author | Scott Main <smain@google.com> | 2012-01-10 12:55:36 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-10 12:55:36 -0800 |
commit | 5a3e67c7811d4a7906548e113561cd1e901de9e2 (patch) | |
tree | d1ae8853322ca18f8e15d4e460ece5e591f5dc12 /docs/html/guide/topics/manifest/activity-element.jd | |
parent | d3872f55045b7ce7be7dd7ae5fff37d7988bdcb2 (diff) | |
parent | d1186cd5bb445e9b0768edf6cb87022865cada55 (diff) | |
download | frameworks_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/activity-element.jd')
-rw-r--r-- | docs/html/guide/topics/manifest/activity-element.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/activity-element.jd b/docs/html/guide/topics/manifest/activity-element.jd index e23fb0ec..e76a6be 100644 --- a/docs/html/guide/topics/manifest/activity-element.jd +++ b/docs/html/guide/topics/manifest/activity-element.jd @@ -59,7 +59,7 @@ by the system and will never be run. <dt>attributes:</dt> <dd><dl class="attr"> -<dt><a href name="reparent"></a>{@code android:allowTaskReparenting}</dt> +<dt><a name="reparent"></a>{@code android:allowTaskReparenting}</dt> <dd>Whether or not the activity can move from the task that started it to the task it has an affinity for when that task is next brought to the front — "{@code true}" if it can move, and "{@code false}" if it |