avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

[Android] When i use the universal link to open Android, avoid reload the full app. #192

Closed chris-yeung closed 1 year ago

chris-yeung commented 1 year ago

When i use the universal link to open Android, android is always reload the full app even the app is not killed, how can i avoid this issue?

I have try to change the launch mode in Manifest, but it is not working.