Skip to content

Commit 801e082

Browse files
icbakermarcbaechinger
authored andcommitted
Update DownloadHelper javadoc to not recommend deprecated methods
PiperOrigin-RevId: 833253928 (cherry picked from commit 07c91d2)
1 parent 0e53154 commit 801e082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/exoplayer/src/main/java/androidx/media3/exoplayer/offline/DownloadHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
* <p>A typical usage of DownloadHelper follows these steps:
102102
*
103103
* <ol>
104-
* <li>Build the helper using one of the {@code forMediaItem} methods.
104+
* <li>Build the helper using a {@link Factory} instance.
105105
* <li>Prepare the helper using {@link #prepare(Callback)} and wait for the callback.
106106
* <li>Optional: Inspect the selected tracks using {@link #getMappedTrackInfo(int)} and {@link
107107
* #getTrackSelections(int, int)}, and make adjustments using {@link

0 commit comments

Comments
 (0)