鸿蒙开发 Arkts录制音频报错 ERROR: The reason and usedScene attributes are mandatory for user_grant permissions.
ERROR: The reason and usedScene attributes are mandatory for user_grant permissions.
解决方法,完善权限,需要将usedScene和reason 添加上
{ "name": "ohos.permission.MICROPHONE", "reason": "$string:module_desc", "usedScene": { "abilities": [ "EntryAbility" ], "when": "inuse" }