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
331 stars 384 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 11 months ago

bahman2000 commented 11 months ago

Solved

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