Merge "Remove invalid javadoc link to VideoView" into sc-dev am: 9a5dfd3731

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13951829

Change-Id: Ic62c0513ce6d7a4f44919f422dfa45189d1b21b8
This commit is contained in:
TreeHugger Robot
2021-03-22 21:57:59 +00:00
committed by Automerger Merge Worker

View File

@@ -98,9 +98,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>,