鸿蒙开发 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.

解决方法,完善权限,需要将usedScenereason 添加上

 
{
        "name": "ohos.permission.MICROPHONE",
        "reason": "$string:module_desc",
        "usedScene": {
          "abilities": [
            "EntryAbility"
          ],
          "when": "inuse"
        }

 

posted @ 2024-08-15 01:02  亲爱的老王哥  阅读(48)  评论(0编辑  收藏  举报