From 5bf0fd7e93c2dddea5dab734b02b208e42731170 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Wed, 30 Mar 2022 10:01:37 +0000 Subject: [PATCH] update en/application-dev/security/accesstoken-guidelines.md. Signed-off-by: Annie_wang --- en/application-dev/security/accesstoken-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/security/accesstoken-guidelines.md b/en/application-dev/security/accesstoken-guidelines.md index 7a4491bac8..d24182fb86 100644 --- a/en/application-dev/security/accesstoken-guidelines.md +++ b/en/application-dev/security/accesstoken-guidelines.md @@ -70,7 +70,7 @@ Declare the permissions required by the app one by one in the **config.json** fi ``` ## Declaring the ACL -The permission level of **oos.permission.PERMISSION2** is system_basic, which is higher than the app's APL. In this case, use the ACL. +The permission level of **ohos.permission.PERMISSION2** is system_basic, which is higher than the app's APL. In this case, use the ACL. In addition to declaring all the permissions in the **config.json** file, you must declare the permissions whose levels are higher than the app's APL in the app's profile. In this example, declare the permission under the **acls** field: ```json -- GitLab