You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
I have been developing an application that opens deeplinks. When using multiple deeplinks, there are multiple instances of the application that is created.
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.
The text was updated successfully, but these errors were encountered: