修复 cool-vibrate 鸿蒙权限文件书写错误问题
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
module: {
|
||||
requestPermissions: [
|
||||
"module": {
|
||||
"requestPermissions": [
|
||||
{
|
||||
name: "ohos.permission.VIBRATE",
|
||||
usedScene: {
|
||||
when: "inuse"
|
||||
"name": "ohos.permission.VIBRATE",
|
||||
"usedScene": {
|
||||
"when": "inuse"
|
||||
},
|
||||
reason: "$string:permission_VIBRATE_reason"
|
||||
"reason": "$string:permission_VIBRATE_reason"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user