Arkts錄製音訊報錯 ERROR: The reason and usedScene attributes are mandatory for user_grant permissions.

亲爱的老王哥發表於2024-08-15

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"
        }

相關文章