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

Commit d58aa257 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "MediaPlayer2: add doc referencing androidx"

parents 994cec37 ea0f2abe
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -86,6 +86,12 @@ import java.util.concurrent.atomic.AtomicLong;
/**
 * MediaPlayer2 class can be used to control playback of audio/video files and streams.
 *
 * <p>
 * This API is not generally intended for third party application developers.
 * Use the <a href="{@docRoot}jetpack/androidx.html">AndroidX</a>
 * <a href="{@docRoot}reference/androidx/media2/package-summary.html">Media2 Library</a>
 * for consistent behavior across all devices.
 *
 * <p>Topics covered here are:
 * <ol>
 * <li><a href="#PlayerStates">Player states</a>