Hi,
my app is sending notifications to the user, which should open a certain page in the app when tapped.
Passing parameters works fine, opening the page, too.
But one problem drives me mad: every time when the app is called from the notification-intent, a new activity-instance is created and the "old" one continues to exist. But I'd like to reuse the main activity.
Does anybody know how to archive reusing the main activiy when calling the app via intent from a notification?
Regards, Sascha