bhagat-techind / flutter_sharing_intent

A flutter plugin to share file from other app to our app.
Apache License 2.0
44 stars 48 forks source link

[ANDROID] Sharing opens a new instance of the app #33

Closed mbenci closed 2 months ago

mbenci commented 8 months ago

I integrated the plugin into the mi app and tried to share a file from the gallery to the app but it opened a new instance of the app resulting in me having two instances of the app. The same thing happens using the example code.

slava709 commented 8 months ago

Open app/src/main/Androidmanifest.xml, and change launch mod to android:launchMode="singleInstance" instead of singleTop.