KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
334 stars 395 forks source link

A new instance of our android app is displayed every time we receive shared media from other apps #266

Closed bahman2000 closed 1 year ago

bahman2000 commented 1 year ago

Solved

Change launchMode value from singleTop to singleTask in AndroidManifest.xml worked for me.