Skip to content

Commit

Permalink
docs: add throws notice for isPlaying
Browse files Browse the repository at this point in the history
per external issue 33610

Change-Id: Ibd778cb4ecc5f1717fa007ac069a7b3660ec4794
  • Loading branch information
scottamain committed Jul 4, 2012
1 parent 4c633ea commit 099fd80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media/java/android/media/MediaPlayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,8 @@ private void updateSurfaceScreenOn() {
* 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();

Expand Down

0 comments on commit 099fd80

Please sign in to comment.