diff options
author | Scott Main <smain@google.com> | 2011-12-27 16:22:27 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-01-03 15:12:51 -0800 |
commit | cd1b08e1e239269f7d0d48119505313f52d3dd5a (patch) | |
tree | 9bd0c6d06f87368a4902a2e594c516fb77df10af /docs/html/guide/topics/media | |
parent | a17e100b7a192cae3935d2ae144fb1a1115a4ca7 (diff) | |
download | frameworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.zip frameworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.tar.gz frameworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.tar.bz2 |
docs: fix broken links in .jd docs
Change-Id: Ide8bb1a11a704d6821b52a0128b24a76de2e707f
Diffstat (limited to 'docs/html/guide/topics/media')
-rw-r--r-- | docs/html/guide/topics/media/mediaplayer.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/media/mediaplayer.jd b/docs/html/guide/topics/media/mediaplayer.jd index b3ca7dd..002d113 100644 --- a/docs/html/guide/topics/media/mediaplayer.jd +++ b/docs/html/guide/topics/media/mediaplayer.jd @@ -251,7 +251,7 @@ href="{@docRoot}guide/topics/resources/runtime-changes.html">Handling Runtime Ch "background media" even when the user leaves your activity, much in the same way that the built-in Music application behaves. In this case, what you need is a {@link android.media.MediaPlayer MediaPlayer} controlled by a {@link android.app.Service}, as -discussed in <a href="mpandservices">Using a Service with MediaPlayer</a>.</p> +discussed in <a href="#mpandservices">Using a Service with MediaPlayer</a>.</p> <h2 id="mpandservices">Using a Service with MediaPlayer</h2> |