Merge "Remove invalid javadoc link to VideoView" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-03-22 21:41:53 +00:00
committed by Android (Google) Code Review

View File

@@ -99,9 +99,7 @@ import java.util.concurrent.Executor;
/** /**
* MediaPlayer class can be used to control playback * MediaPlayer class can be used to control playback of audio/video files and streams.
* 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}.
* *
* <p>MediaPlayer is not thread-safe. Creation of and all access to player instances * <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>, * should be on the same thread. If registering <a href="#Callbacks">callbacks</a>,