update entry/src/main/module.json5.

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2023-06-12 08:57:02 +00:00 committed by Gitee
parent bcb9efdc27
commit 4c3ace3c1d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -103,7 +103,22 @@
"icon": "$media:ohos_gallery",
"description": "$string:app_name",
"type": "service",
"visible": true
"visible": true,
"skills": [
{
"actions": [
"ohos.want.action.deleteDialog"
],
"uris": [
{
"type": "image/*"
},
{
"type": "video/*"
}
]
}
],
}
]
},