diff --git a/feature/settings/src/main/module.json5 b/feature/settings/src/main/module.json5 index 55b4e83329cff1445d73d216ab6ca4305bceb274..8ebf5e4999e44e8faec5ccd6a6c5b6a8986cae6c 100644 --- a/feature/settings/src/main/module.json5 +++ b/feature/settings/src/main/module.json5 @@ -32,6 +32,9 @@ } ], "requestPermissions": [ + { + "name": "ohos.permission.INJECT_INPUT_EVENT" + }, { "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" }, diff --git a/product/pad/src/main/module.json5 b/product/pad/src/main/module.json5 index ad6daff3035b5856a4a0bdd492d85490e886e930..03b25da427efc58f563bb805843e5732ec575a32 100644 --- a/product/pad/src/main/module.json5 +++ b/product/pad/src/main/module.json5 @@ -44,6 +44,9 @@ } ], "requestPermissions": [ + { + "name": "ohos.permission.INJECT_INPUT_EVENT" + }, { "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" }, diff --git a/product/phone/src/main/module.json5 b/product/phone/src/main/module.json5 index 5bb4b456801e0ef7b67bc3b410782738dcc209fe..d23db4a19c2dbd890893057189177fcde4bc6ca1 100644 --- a/product/phone/src/main/module.json5 +++ b/product/phone/src/main/module.json5 @@ -44,6 +44,9 @@ } ], "requestPermissions": [ + { + "name": "ohos.permission.INJECT_INPUT_EVENT" + }, { "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" }, diff --git a/signature/launcher.p7b b/signature/launcher.p7b index 6959e7ca0d67d4e4aa375b32b3f3a19af1070788..8cb2834095077e565d8d496afc6214e3a5ad26b0 100644 Binary files a/signature/launcher.p7b and b/signature/launcher.p7b differ