launcher权限签名更改

Signed-off-by: zhengyongjie <15531316327@163.com>
This commit is contained in:
zhengyongjie 2024-06-14 16:02:13 +08:00
parent 2c6c5ea92c
commit b1d831680e
4 changed files with 9 additions and 0 deletions

View File

@ -32,6 +32,9 @@
}
],
"requestPermissions": [
{
"name": "ohos.permission.INJECT_INPUT_EVENT"
},
{
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
},

View File

@ -44,6 +44,9 @@
}
],
"requestPermissions": [
{
"name": "ohos.permission.INJECT_INPUT_EVENT"
},
{
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
},

View File

@ -44,6 +44,9 @@
}
],
"requestPermissions": [
{
"name": "ohos.permission.INJECT_INPUT_EVENT"
},
{
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
},

Binary file not shown.