-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
StaleIssue with no recent activityIssue with no recent activityimpact: customerA bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)A bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)platform: androidIssues / PRs which are specifically for Android.Issues / PRs which are specifically for Android.plugin: messagingtype: enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
StaleIssue with no recent activityIssue with no recent activityimpact: customerA bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)A bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)platform: androidIssues / PRs which are specifically for Android.Issues / PRs which are specifically for Android.plugin: messagingtype: enhancementNew feature or requestNew feature or request