From 72d646d092791f46d4ef9747eb464ef4f7a2bb8a Mon Sep 17 00:00:00 2001 From: fangjinliang Date: Tue, 10 May 2022 10:08:45 +0800 Subject: [PATCH] add ohos.permission.NOTIFICATION_AGENT_CONTROLLER Signed-off-by: fangjinliang --- systemres/main/config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systemres/main/config.json b/systemres/main/config.json index 54154f8..db66701 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -968,6 +968,13 @@ "availableLevel": "system_core", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "permission ohos.permission.NOTIFICATION_AGENT_CONTROLLER", + "grantMode": "system_grant", + "availableLevel": "system_core", + "provisionEnable": true, + "distributedSceneEnable": false } ] }