I want the PendingIntent set to the Notification not to start a new Activity (nor add it to the back stack) if said Activity is already started
I should be missing something cause I tried this Prevent notification PendingIntent starts Activity already started?, Android: new Intent() starts new instance with android:launchMode="singleTop" and Android notification bar open last active activity? but none of them work.
How can this be achieved?