diff --git a/media/java/android/media/MediaPlayer.java b/media/java/android/media/MediaPlayer.java index 3de78bb9ef9f4..644afb79814f6 100644 --- a/media/java/android/media/MediaPlayer.java +++ b/media/java/android/media/MediaPlayer.java @@ -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. * *
MediaPlayer is not thread-safe. Creation of and all access to player instances * should be on the same thread. If registering callbacks,