Skip to content

Instantly share code, notes, and snippets.

@pflammertsma
Created August 7, 2020 11:42
Show Gist options
  • Save pflammertsma/d83f96c11772ff472492a031986d3be7 to your computer and use it in GitHub Desktop.
Save pflammertsma/d83f96c11772ff472492a031986d3be7 to your computer and use it in GitHub Desktop.
mediaSession = new MediaSessionCompat(this, "sample");
mediaSessionConnector = new MediaSessionConnector(mediaSession);
mediaSessionConnector.setPlayer(player);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment