Skip to content

Commit

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

* commit '099fd80f984b8493de58bdda8ea05563261b0af2':
  docs: add throws notice for isPlaying per external issue 33610
  • Loading branch information
scottamain authored and Android Git Automerger committed Jul 4, 2012
2 parents 33715d1 + 099fd80 commit 7b5488d
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 7b5488d

Please sign in to comment.