Implemented receiving intent on android side

This commit is contained in:
2025-09-18 17:41:02 +02:00
parent 0502d82509
commit 56e277593d
2 changed files with 45 additions and 2 deletions

View File

@@ -24,7 +24,11 @@
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->