From 675d0a322f210d4886546d4996ff85e289acec8e Mon Sep 17 00:00:00 2001 From: lizhengxing Date: Fri, 12 Sep 2025 08:46:30 +0000 Subject: [PATCH] restore end add Signed-off-by: lizhengxing --- etc/samgr_standard.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/samgr_standard.cfg b/etc/samgr_standard.cfg index 3b7f03bf..6c74622e 100644 --- a/etc/samgr_standard.cfg +++ b/etc/samgr_standard.cfg @@ -35,7 +35,8 @@ "ohos.permission.MONITOR_DEVICE_NETWORK_STATE", "ohos.permission.MANAGE_SYSTEM_ABILITY", "ohos.permission.START_RESTORE_NOTIFICATION", - "ohos.permission.ACCESS_BLUETOOTH" + "ohos.permission.ACCESS_BLUETOOTH", + "ohos.permission.RESTORE_END_NOTIFICATION" ], "permission_acls" : [ "ohos.permission.MONITOR_DEVICE_NETWORK_STATE", -- Gitee