mirror of
https://github.com/openharmony/applications_screenshot.git
synced 2026-07-01 20:39:36 -04:00
update product/phone/src/main/module.json5.
Signed-off-by: 贾孟元 <jiamengyuan@h-partners.com>
This commit is contained in:
@@ -50,7 +50,12 @@
|
||||
"requestPermissions": [
|
||||
{
|
||||
"name": "ohos.permission.MEDIA_LOCATION",
|
||||
"reason": "$string:media_location_reason"
|
||||
"reason": "$string:media_location_reason",
|
||||
"usedScene": {
|
||||
"abilities": [
|
||||
"ServiceExtAbility"
|
||||
],
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
|
||||
@@ -62,7 +67,13 @@
|
||||
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.WRITE_IMAGEVIDEO"
|
||||
"name": "ohos.permission.WRITE_IMAGEVIDEO",
|
||||
"reason": "$string:write_imagevideo_desc",
|
||||
"usedScene": {
|
||||
"abilities": [
|
||||
"ServiceExtAbility"
|
||||
],
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user