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

Commit 625126c9 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

am: df31a789

Change-Id: I51ad74ce5ba79f886e5cc472e3ad0046daedb782
parents 058e00f5 df31a789
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) {