From 37aa6f42042f2a85c4cfef9256b7d977b8840048 Mon Sep 17 00:00:00 2001 From: lizhengxing Date: Sat, 23 Aug 2025 20:31:27 +0800 Subject: [PATCH] restore end boardcast Signed-off-by: lizhengxing --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 7e308456..fc91bcbf 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -4648,6 +4648,15 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.RESTORE_END_NOTIFICATION", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 21, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.ENTERPRISE_RECOVERY_KEY", "grantMode": "system_grant", -- Gitee