From a10b6f30fb572d51071834a9db5f75aa36cc3118 Mon Sep 17 00:00:00 2001 From: z00654922 Date: Mon, 20 Feb 2023 20:23:24 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=E6=96=B0=E5=A2=9E=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=AF=BB=E5=86=99APP=E4=B8=ADPush=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9D=83=E9=99=90=20Description:=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=9C=8D=E5=8A=A1=E8=AF=BB=E5=86=99APP?= =?UTF-8?q?=E4=B8=ADPush=E6=95=B0=E6=8D=AE=E6=9D=83=E9=99=90=20Sig:=20SIG?= =?UTF-8?q?=5FApplicationFramework=20Feature=20or=20Bugfix:Feature=20Binar?= =?UTF-8?q?y=20Source:No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: z00654922 --- .../security/permission-list.md | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/en/application-dev/security/permission-list.md b/en/application-dev/security/permission-list.md index dab2c2d62f..e77eac675a 100644 --- a/en/application-dev/security/permission-list.md +++ b/en/application-dev/security/permission-list.md @@ -1464,26 +1464,6 @@ Allows an application to to access the Ability of the push service. **Enable ACL**: TRUE -## ohos.permission.READ_APP_PUSH_DATA - -Allows push service to read push data from the application. - -**Permission level**: system_basic - -**Authorization mode**: system_grant - -**Enable ACL**: FALSE - -## ohos.permission.WRITE_APP_PUSH_DATA - -Allows push service to write push data to the application. - -**Permission level**: system_basic - -**Authorization mode**: system_grant - -**Enable ACL**: FALSE - ## ohos.permission.RECEIVER_STARTUP_COMPLETED Allows an application to subscribe to the startup broadcast. -- GitLab