This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Description
Hello
I have been developing an application that opens deeplinks. When using multiple deeplinks, there are multiple instances of the application that is created.
I have found a way to fix that by configuring the launchMode attribute to singleTask. The only problem is that there are some security issues using that(https://developer.android.com/guide/topics/manifest/activity-element)
I wanted to know if there is any other fix for that.