From b7c1ca29fe2b000ea5d00ccb3e2c97b66840d797 Mon Sep 17 00:00:00 2001 From: hemingtian <749947498@qq.com> Date: Mon, 10 Oct 2022 14:39:57 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=E6=96=B0=E5=A2=9E=E6=9D=83=E9=99=90oho?= =?UTF-8?q?s.permission.ACCESS=5FPUSH=5FSERVICE=20Description:=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=9D=83=E9=99=90ohos.permission.ACCESS=5FPUSH=5FSERV?= =?UTF-8?q?ICE=20Sig:=20SIG=5FApplicationFramework=20Feature=20or=20Bugfix?= =?UTF-8?q?:Feature=20Binary=20Source:No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hemingtian <749947498@qq.com> --- zh-cn/application-dev/security/permission-list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zh-cn/application-dev/security/permission-list.md b/zh-cn/application-dev/security/permission-list.md index 453a7b170f..6029ff1308 100644 --- a/zh-cn/application-dev/security/permission-list.md +++ b/zh-cn/application-dev/security/permission-list.md @@ -147,3 +147,4 @@ | ohos.permission.WRITE_ACCESSIBILITY_CONFIG | system_basic | system_grant | FALSE | 允许应用设置无障碍配置信息。 | | ohos.permission.ACCESS_CERT_MANAGER_INTERNAL | system_basic | system_grant | FALSE | 允许应用进行证书及凭据的安装、卸载、启用、禁用等操作。 | | ohos.permission.ACCESS_CERT_MANAGER | normal | system_grant | FALSE | 允许应用进行私有凭据的相关操作、查询证书状态等操作。 | +| ohos.permission.ACCESS_PUSH_SERVICE | system_basic | system_grant | TRUE | 允许应用访问推送服务的Ability。 | \ No newline at end of file -- GitLab