MediaPlayer2: add doc referencing androidx
Test: compiles Change-Id: I8267c40eae23e3faa188c2cd6b68eb3bb2fd2a9a
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user