I have a app that is started by a received intent (calendar alert).
It may be started multiple times just one after a other (with a few sec between them).
Now i want it to stack the screens from the top down..
So first start of my app gets the view... if it's fired again while first is still shown..but this one below so when user has handled alert 1 it will show this one..
Thnks..