-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
impact: 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: bugSomething isn't workingSomething isn't working
Description
I launch application and route to another page (not main page) by tapping a notification successfully. But I have problem, after I finished that page and return to main page and then close my application by pressing back button. Then I return to application by pressing recents button (task manager). My application will reopened the page with latest notification data.
To Reproduce
Steps to reproduce the behavior:
- Let application in background
- send a notification
- that will show another page when onLaunch or onResume invoked after notification tapped
- return back to main page of your application
- press back button or close application (dont close from task manager)
- open application from task manager (not from home screen)
- application will shows just like step 3.
Expected behavior
Just clear intent data after onLaunch or onResume invoked.
Additional context
I have try to add clearTaskOnLaunch in AndroidManifest.xml but it's not work.
ACHEZ9, VladimirKalinichenko, MaikuB and assansh
Metadata
Metadata
Assignees
Labels
impact: 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: bugSomething isn't workingSomething isn't working