From 535771509940dfe8021a99b933505b4f2262b653 Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Wed, 3 Sep 2025 15:40:45 +0800 Subject: [PATCH] add permisson subscribe notification Signed-off-by: lanhaoyu --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index ad7b9584..a45e49cd 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6234,6 +6234,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.SUBSCRIBE_NOTIFICATION", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 22, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee