From e27d61729ea5b7d9dfd61d407d983ef5f5a50678 Mon Sep 17 00:00:00 2001 From: XKK Date: Mon, 28 Aug 2023 11:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=83=E9=99=90ohos.permis?= =?UTF-8?q?sion.SET=5FUNREMOVABLE=5FNOTIFICATION?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: XKK --- zh-cn/application-dev/security/permission-list.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/zh-cn/application-dev/security/permission-list.md b/zh-cn/application-dev/security/permission-list.md index 2ac0e586de..b3e56598fa 100644 --- a/zh-cn/application-dev/security/permission-list.md +++ b/zh-cn/application-dev/security/permission-list.md @@ -2743,3 +2743,15 @@ **ACL使能**:TRUE **起始版本**:10 + +## ohos.permission.SET_UNREMOVABLE_NOTIFICATION + +允许应用发布不可被移除通知。 + +**权限级别**:system_basic + +**授权方式**:system_grant + +**ACL使能**:TRUE + +**起始版本**:11 \ No newline at end of file -- GitLab