From 27edd5e958148254f4ba5bd4ba7e6f28bd792b11 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Wed, 19 Apr 2023 17:55:08 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- en/application-dev/security/accesstoken-guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/security/accesstoken-guidelines.md b/en/application-dev/security/accesstoken-guidelines.md index 4898235299..504f6643b3 100644 --- a/en/application-dev/security/accesstoken-guidelines.md +++ b/en/application-dev/security/accesstoken-guidelines.md @@ -110,7 +110,7 @@ For example, if an application needs to access audio clips of a user and capture "acls":{ "allowed-acls":[ "ohos.permission.WRITE_AUDIO", - "ohos.permission.CAPTURE_SCREEN" + "ohos.permission.CAPTURE_SCREEN" ] } } @@ -131,7 +131,7 @@ User authorization is required when an application needs to access user privacy Example: Apply for the permission for an application to access the Calendar. -1. Declare the **ohos.permission.READ_CALENDAR** permission in the configuration file.
For details, see [Declaring Permissions in the Configuration File](#declaring-permissions-in-the-configuration-file). +1. Declare the **ohos.permission.READ_CALENDAR** permission in the configuration file. For details, see [Declaring Permissions in the Configuration File](#declaring-permissions-in-the-configuration-file). 2. Check whether the user has granted the permission. -- GitLab