Skip to content

[firebase_messaging] intent-filter for onResume/onLaunch no longer useful #1848

@woprandi

Description

@woprandi

The documentation specify to add an <intent-filter> bloc in the AndroidManifest.xml to get onResume and onLaunch called when the user click on the notification in the system tray :

  <intent-filter>
      <action android:name="FLUTTER_NOTIFICATION_CLICK" />
      <category android:name="android.intent.category.DEFAULT" />
  </intent-filter>

But I have these methods called even without add this bloc, I think that should be removed from the documentation if it's no longer useful

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleIssue with no recent activityimpact: customerA bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)platform: androidIssues / PRs which are specifically for Android.plugin: messagingtype: enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions