Skip to content
This repository was archived by the owner on Nov 22, 2020. It is now read-only.
This repository was archived by the owner on Nov 22, 2020. It is now read-only.

Crashlytics on Samsung phones #10

Description

@JohnBaker123

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

   <receiver android:name="com.tarafdari.flutter_media_notification.NotificationReturnSlot" />
    <receiver android:name="androidx.media.session.MediaButtonReceiver" >
        <intent-filter>
            <action android:name="android.intent.action.MEDIA_BUTTON" />
        </intent-filter>
    </receiver>

Not sure why the error is occuring.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions