Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 523e2576 authored by Quddus Chong's avatar Quddus Chong
Browse files

docs: Fixed broken link in 'Displaying a Now Playing Card' lesson.

bug: 19555868

Change-Id: I0063c5a71e471b13dbe8e06054cbdc7dd8884b46
parent 66e3ef39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,8 +63,8 @@ the {@link android.media.session.MediaSession#FLAG_HANDLES_TRANSPORT_CONTROLS} f

<p>The Now Playing card shows up after {@link android.media.session.MediaSession#setActive(boolean) setActive(true)}
is called, if the session is the highest priority session in the system. Also, note that your app
must request the audio focus, as described in <a href="{@docRoot}training/managing-audio/audio-focus">
Managing Audio Focus</a>.</p>
must request the audio focus, as described in
<a href="{@docRoot}training/managing-audio/audio-focus.html">Managing Audio Focus</a>.</p>

<pre>
private void handlePlayRequest() {