I am opening my application using scheme url from browser. I have an activity say ActivityA that opens up when user clicks a link on a browser and which then starts another activity say ActivityB and finish itself. Now if i have 4 different links with same scheme, all are opening my app properly. But when i follow the following procedure
- Click on the first link, it opens up the ActivityA which then starts ActivityB.
- Now the app is running in background. If I click on second link it also opens up ActivityA. Result is same for third and fourth link.
- Now if i again click on the first link while app is running in background, it does not open ActivityA, rather it just brings the app to front.