diff --git a/media/java/android/media/MediaPlayer.java b/media/java/android/media/MediaPlayer.java index 48cbd295dc658..0d081dc9e30bb 100644 --- a/media/java/android/media/MediaPlayer.java +++ b/media/java/android/media/MediaPlayer.java @@ -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. * *

MediaPlayer is not thread-safe. Creation of and all access to player instances * should be on the same thread. If registering callbacks,