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

Commit ec5305f8 authored by Kevin Rocard's avatar Kevin Rocard Committed by Jean-Michel Trivi
Browse files

MediaPlayer: fix typo in stop() documentation



Test: compile
Bug:

Change-Id: I6fd2cdcadcf22f61b0543d2844a87b9e5ef74c9e
Signed-off-by: default avatarKevin Rocard <krocard@google.com>
parent 3040be2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1332,7 +1332,7 @@ public class MediaPlayer extends PlayerBase
    private native int _getAudioStreamType() throws IllegalStateException;

    /**
     * Stops playback after playback has been stopped or paused.
     * Stops playback after playback has been started or paused.
     *
     * @throws IllegalStateException if the internal player engine has not been
     * initialized.