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

Commit 9b52b9c8 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 7b5488d8: am 099fd80f: docs: add throws notice for isPlaying per external issue 33610

* commit '7b5488d8':
  docs: add throws notice for isPlaying per external issue 33610
parents 86fc2c9b 7b5488d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1152,6 +1152,8 @@ public class MediaPlayer
     * Checks whether the MediaPlayer is playing.
     *
     * @return true if currently playing, false otherwise
     * @throws IllegalStateException if the internal player engine has not been
     * initialized or has been released.
     */
    public native boolean isPlaying();