diff --git a/product/phone/src/main/module.json5 b/product/phone/src/main/module.json5 index e6aed8e..1f9a866 100644 --- a/product/phone/src/main/module.json5 +++ b/product/phone/src/main/module.json5 @@ -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" + ], + } } ] }