Remove invalid javadoc link to VideoView
Before this change, the MediaPlayer javadoc referenced VideoView's javadoc, even though it was not relevant. The link can be removed because a correct link is provided further down in MediaPlayer's javadoc to the MediaPlayer guide. Bug: 182880215 Bug: 182798119 Change-Id: Ife353257e10f73ef319f1913c9e59046e4ec10ce
This commit is contained in:
@@ -99,9 +99,7 @@ import java.util.concurrent.Executor;
|
||||
|
||||
|
||||
/**
|
||||
* MediaPlayer class can be used to control playback
|
||||
* of audio/video files and streams. An example on how to use the methods in
|
||||
* this class can be found in {@link android.widget.VideoView}.
|
||||
* MediaPlayer class can be used to control playback of audio/video files and streams.
|
||||
*
|
||||
* <p>MediaPlayer is not thread-safe. Creation of and all access to player instances
|
||||
* should be on the same thread. If registering <a href="#Callbacks">callbacks</a>,
|
||||
|
||||
Reference in New Issue
Block a user