From 13165271d498fb5013eaa3988d0817277e2d852c Mon Sep 17 00:00:00 2001 From: Gloria Date: Wed, 21 Sep 2022 16:59:06 +0800 Subject: [PATCH] Update docs against 8373+8813+9635 Signed-off-by: wusongqing --- en/application-dev/reference/apis/development-intro.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en/application-dev/reference/apis/development-intro.md b/en/application-dev/reference/apis/development-intro.md index 8528a10ab6..f1cc73aa84 100644 --- a/en/application-dev/reference/apis/development-intro.md +++ b/en/application-dev/reference/apis/development-intro.md @@ -26,6 +26,12 @@ A description regarding system APIs will be provided in the document. - If all the APIs of a module are system APIs, the following description is provided at the beginning of the reference document: "All the APIs of this module are system APIs." - If a specific API of a module is a system API, the following description is provided individually for the API: "This is a system API." +Non-system applications are applications whose Ability Privilege Level (APL) is **normal**. The default application level is **normal**. + +For details about the APL and how to declare the APL of an application higher than **normal**, see [Access Control Overview - App APLs](../../security/accesstoken-overview.md#app-apls). + +The public SDK, which does not include system APIs, is provided as standard in DevEco Studio. To use system APIs, switch to the full SDK. For details on the operation, see [Guide to Switching to Full SDK](../../quick-start/full-sdk-switch-guide.md). + ## Permission Description By default, applications can access limited system resources. However, in some cases, an application needs to access excess data (including personal data) and functions of the system or another application to implement extended functions. For details, see [Access Control Overview](../../security/accesstoken-overview.md). -- GitLab