From e73af053d174915fa29a22e305ddbb68982e695c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=A8=9F?= Date: Tue, 8 Feb 2022 16:44:28 +0800 Subject: [PATCH] IssueNo: #I4SIHB Description: Add permission. Sig: SIG_ApplicationFramework Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: jiangwensai --- systemres/main/config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systemres/main/config.json b/systemres/main/config.json index 2c6a182d..57590a10 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -767,6 +767,13 @@ "availableLevel": "system_basic", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.SET_ABILITY_CONTROLLER", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee