release
This commit is contained in:
@@ -29,7 +29,20 @@
|
||||
"entity.system.home"
|
||||
],
|
||||
"actions": [
|
||||
"action.system.home"
|
||||
"action.system.home",
|
||||
"ohos.want.action.sendData"
|
||||
],
|
||||
"uris": [
|
||||
{
|
||||
"scheme": "file",
|
||||
"utd": "general.entity",
|
||||
"maxFileSupported": 15
|
||||
},
|
||||
{
|
||||
"scheme": "file",
|
||||
"utd": "general.object",
|
||||
"maxFileSupported": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -51,6 +64,14 @@
|
||||
"abilities": ["EntryAbility"],
|
||||
"when": "inuse"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.READ_MEDIA",
|
||||
"reason": "$string:permission_read_media_reason",
|
||||
"usedScene": {
|
||||
"abilities": ["EntryAbility"],
|
||||
"when": "inuse"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -23,6 +23,10 @@
|
||||
{
|
||||
"name": "permission_clipboard_reason",
|
||||
"value": "Access to clipboard for paste operations"
|
||||
},
|
||||
{
|
||||
"name": "permission_read_media_reason",
|
||||
"value": "Read media files for data import"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -11,6 +11,10 @@
|
||||
{
|
||||
"name": "EntryAbility_label",
|
||||
"value": "ohos"
|
||||
},
|
||||
{
|
||||
"name": "permission_read_media_reason",
|
||||
"value": "Read media files for data import"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -11,6 +11,10 @@
|
||||
{
|
||||
"name": "EntryAbility_label",
|
||||
"value": "ohos"
|
||||
},
|
||||
{
|
||||
"name": "permission_read_media_reason",
|
||||
"value": "读取媒体文件用于数据导入"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user