OSDN Git Service

Fix comment.
[android-x86/packages-apps-Music.git] / src / com / android / music / MediaPlaybackService.java
index 6bfb9a9..2180ba5 100644 (file)
@@ -1068,9 +1068,10 @@ public class MediaPlaybackService extends Service {
         }
     }
 
-    /** Returns whether playback is currently paused
+    /** Returns whether something is currently playing
      *
-     * @return true if playback is paused, false if not
+     * @return true if something is playing (or will be playing shortly, in case
+     * we're currently transitioning between tracks), false if not.
      */
     public boolean isPlaying() {
         return mIsSupposedToBePlaying;