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

Commit 0e561c8a authored by Daniel Yu's avatar Daniel Yu
Browse files

Adding link fix and removing typo for bug 20217070.

Added {@docRoot} to link. Removed extra "code>".

Bug: 20217070
Change-Id: I1228177bd79a395a341fe1ba5a997ae7b6038f9c
parent a8989c99
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -157,10 +157,10 @@ for more information about working with {@link android.view.Surface} to render v
<p>The {@link android.media.tv.TvInputService.Session} handles the
{@link android.media.tv.TvInputService.Session#onTune(android.net.Uri) onTune()}
event when the user selects a channel, and notifies the system TV app for changes in the content and
content meta data. These <code>notify()</code>code> methods are described in
content meta data. These <code>notify()</code> methods are described in
<a href="{@docRoot}training/tv/tif/ui.html#control">
Control Content</a> and <a href="training/tv/tif/ui.html#track">Handle Track Selection</a> further
in this training.</p>
Control Content</a> and <a href="{@docRoot}training/tv/tif/ui.html#track">Handle Track Selection</a>
further in this training.</p>

<h2 id="setup">Define Setup and Settings Activities</h2>