[Share Extension] Support on Android for sharing videos to app (#5466)

This commit is contained in:
Hailey
2024-09-27 09:54:37 -07:00
committed by GitHub
parent 4553e6b649
commit d8f72c1ee1
2 changed files with 102 additions and 21 deletions
@@ -27,6 +27,29 @@ const withIntentFilters = config => {
},
],
},
{
action: [
{
$: {
'android:name': 'android.intent.action.SEND',
},
},
],
category: [
{
$: {
'android:name': 'android.intent.category.DEFAULT',
},
},
],
data: [
{
$: {
'android:mimeType': 'video/*',
},
},
],
},
{
action: [
{