You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2020. It is now read-only.
Caused by java.lang.IllegalStateException
Could not find any Service that handles android.intent.action.MEDIA_BUTTON or implements a media browser service.
androidx.media.session.MediaButtonReceiver.onReceive (MediaButtonReceiver.java:13)
android.app.ActivityThread.handleReceiver (ActivityThread.java:3624)
android.app.ActivityThread.access$1300 (ActivityThread.java:240)
android.app.ActivityThread$H.handleMessage (ActivityThread.java:1817)
android.os.Handler.dispatchMessage (Handler.java:106)
android.os.Looper.loop (Looper.java:214)
android.app.ActivityThread.main (ActivityThread.java:7124)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:494)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:975)
Was sure what library was causing this but then noticed this in the manifest
I am seeing a lot of these errors
Caused by java.lang.IllegalStateException
Could not find any Service that handles android.intent.action.MEDIA_BUTTON or implements a media browser service.
androidx.media.session.MediaButtonReceiver.onReceive (MediaButtonReceiver.java:13)
android.app.ActivityThread.handleReceiver (ActivityThread.java:3624)
android.app.ActivityThread.access$1300 (ActivityThread.java:240)
android.app.ActivityThread$H.handleMessage (ActivityThread.java:1817)
android.os.Handler.dispatchMessage (Handler.java:106)
android.os.Looper.loop (Looper.java:214)
android.app.ActivityThread.main (ActivityThread.java:7124)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:494)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:975)
Was sure what library was causing this but then noticed this in the manifest
Not sure why the error is occuring.