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

Commit df31a789 authored by Sal Savage's avatar Sal Savage Committed by android-build-merger
Browse files

Merge "Add ACTION_STOP as a default player supported action"

am: 90bcf3ce

Change-Id: I2ad8efe47968dd0d17d4829b6306eab7bbbe5c38
parents 77108a2f 90bcf3ce
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -53,7 +53,8 @@ class AvrcpPlayer {
        mId = INVALID_ID;
        //Set Default Actions in case Player data isn't available.
        mAvailableActions = PlaybackState.ACTION_PAUSE | PlaybackState.ACTION_PLAY
            | PlaybackState.ACTION_SKIP_TO_NEXT | PlaybackState.ACTION_SKIP_TO_PREVIOUS;
            | PlaybackState.ACTION_SKIP_TO_NEXT | PlaybackState.ACTION_SKIP_TO_PREVIOUS
            | PlaybackState.ACTION_STOP;
    }

    AvrcpPlayer(int id, String name, byte[] playerFeatures, int playStatus, int playerType) {