mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 15:10:25 +00:00
update entry/src/main/module.json5.
Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
parent
bcb9efdc27
commit
4c3ace3c1d
@ -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/*"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user