Skip to content

Commit 7b5488d

Browse files
scottamainAndroid Git Automerger
authored andcommitted
am 099fd80: docs: add throws notice for isPlaying per external issue 33610
* commit '099fd80f984b8493de58bdda8ea05563261b0af2': docs: add throws notice for isPlaying per external issue 33610
2 parents 33715d1 + 099fd80 commit 7b5488d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

media/java/android/media/MediaPlayer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,8 @@ private void updateSurfaceScreenOn() {
11521152
* Checks whether the MediaPlayer is playing.
11531153
*
11541154
* @return true if currently playing, false otherwise
1155+
* @throws IllegalStateException if the internal player engine has not been
1156+
* initialized or has been released.
11551157
*/
11561158
public native boolean isPlaying();
11571159

0 commit comments

Comments
 (0)