Open links with uni_links

This commit is contained in:
Christian Pauly 2020-02-10 14:14:55 +01:00
commit 05bdd5968a
4 changed files with 31 additions and 36 deletions

View file

@ -38,13 +38,6 @@
android:host="matrix.to"/>
</intent-filter>
<!--TODO: Add this filter, if you want to support sharing text into your app-->
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/*" />
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->