Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5de8b7f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: Ic62c0513ce6d7a4f44919f422dfa45189d1b21b8
parents 4457c44c 9a5dfd37
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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>,