28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
{
|
|
"module": {
|
|
"name": "uni_modules__ux_camera_view_har",
|
|
"type": "har",
|
|
"deviceTypes": [
|
|
"default",
|
|
"tablet",
|
|
"2in1"
|
|
],
|
|
"requestPermissions": [
|
|
{
|
|
"name": "ohos.permission.CAMERA",
|
|
"reason": "$string:permission_CAMERA_reason",
|
|
"usedScene": {
|
|
"when": "inuse"
|
|
}
|
|
},
|
|
{
|
|
"name": "ohos.permission.MICROPHONE",
|
|
"reason": "$string:permission_MICROPHONE_reason",
|
|
"usedScene": {
|
|
"when": "inuse"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|