diff options
author | Scott Main <smain@google.com> | 2013-02-01 14:18:51 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-02-01 14:18:51 -0800 |
commit | e63dfe5a4804b24e3acb537763d821036b5bb87f (patch) | |
tree | 11d584ff4f2a622b184fbe478a54e5c2aee13778 /docs/html/guide/topics | |
parent | e929e66197bf1421c3afbada964b1a33816ccaa8 (diff) | |
download | frameworks_base-e63dfe5a4804b24e3acb537763d821036b5bb87f.zip frameworks_base-e63dfe5a4804b24e3acb537763d821036b5bb87f.tar.gz frameworks_base-e63dfe5a4804b24e3acb537763d821036b5bb87f.tar.bz2 |
docs: fix broken links
Change-Id: I7c63b1a2cfe016744fbef532354821bff024ee17
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r-- | docs/html/guide/topics/ui/notifiers/notifications.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/notifiers/notifications.jd b/docs/html/guide/topics/ui/notifiers/notifications.jd index e70987b..4a4b1d5 100644 --- a/docs/html/guide/topics/ui/notifiers/notifications.jd +++ b/docs/html/guide/topics/ui/notifiers/notifications.jd @@ -569,7 +569,7 @@ numMessages = 0; For this element, set <code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html#nm">android:name</a>="android.support.PARENT_ACTIVITY"</code>. Set -<code><a href="{@docRoot}/guide/topics/manifest/meta-data-element.html#val">android:value</a>="<parent_activity_name>"</code> +<code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html#val">android:value</a>="<parent_activity_name>"</code> where <code><parent_activity_name></code> is the value of <code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html#nm">android:name</a></code> for the parent |