|
@@ -32,6 +32,18 @@
|
|
|
<data android:mimeType="image/*" />
|
|
|
</intent-filter>
|
|
|
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.intent.action.SEND" />
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
+ <data android:mimeType="video/*" />
|
|
|
+ </intent-filter>
|
|
|
+
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.intent.action.SEND_MULTIPLE" />
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
+ <data android:mimeType="video/*" />
|
|
|
+ </intent-filter>
|
|
|
+
|
|
|
</activity>
|
|
|
<!-- Don't delete the meta-data below.
|
|
|
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|