nglauber
12/08/2021, 2:49 PMMainActivity is running and has the ScreenA and ScreenB in the backstack.
If the user press the notification I would like to keep the MainActivity opened just adding the ScreenC to the backstack… Is there a way to do that?nglauber
12/08/2021, 2:51 PMTaskStackBuilder to create the PendingIntent used in the notification.
• My activity is declared as singleTop in the manifest.Ian Lake
12/08/2021, 6:00 PM