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

Commit 4615f1b2 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: I784d08e7608b9353a470f8663bd37a6ed14ba848
parents ce50fb3d 9a5dfd37
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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.
 *
 * <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>,