python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Starting up the media2 MediaSessionService causing some random crashes (using MediaController and ExoPlayer)
I've got some strange crashes on Firebase (and I was unable to reproduce them), that occur at the launch of my MediaSessionService :
Fatal Exception: android.app.ForegroundServiceDidNotStartInTimeExce...
Quentin Nivelais
Votes: 0
Answers: 0
Android Auto media app - How to change custom action icon
I'm working on an Android Auto media app, and I'm currently creating some custom actions.
I created a custom action to set the player repeat mode, and I'm using the Exoplayer icons, which is working p...
Gustavopeq
Votes: 0
Answers: 1
Bluetooth headphone's buttons listener android, Play next and back works but volume up and down dont
I am trying to read Bluetooth Headphone's buttons input and I successfully made it so the play button next button and back button works but volume up and down won't work.
So when I click play, it proc...
Viktor Pesic
Votes: 0
Answers: 0
MediaSessionCompat behaviour changed in Android 12 and setPlaybackToRemote stopped working properly
Prior to Android 12, I used code below to detect physical volume buttons pressed to show my custom UI, but it stopped working on Android 12 devices and onAdjustVolume is never called when I press volu...
AVEbrahimi
Votes: 0
Answers: 1