From e5ca619947d2c6f2a56b62ff5e3d791a33982f37 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Thu, 4 May 2023 14:39:40 +0800 Subject: [PATCH] fixed b07251f from https://gitee.com/esterzhou/docs/pulls/17834 Update doc (16894) Signed-off-by: ester.zhou --- en/application-dev/reference/syscap-list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/en/application-dev/reference/syscap-list.md b/en/application-dev/reference/syscap-list.md index 7c099ac348..11c2a9d952 100644 --- a/en/application-dev/reference/syscap-list.md +++ b/en/application-dev/reference/syscap-list.md @@ -4,6 +4,10 @@ SystemCapability (SysCap) is a standalone feature in the OpenHarmony system. Before using an API for development, you are advised to familiarize yourself with [SysCap](syscap.md), and then consult the following tables to see whether the SysCap set required for the API is supported by the target device type. +> **NOTE** +> +> The **default** device type represents an OpenHarmony device with comprehensive functions and most common capabilities. When you are not sure about the capability set of the target device, you can use the **default** type for development. + ## SystemCapability.ArkUI.ArkUI.Full ArKUI standard system -- GitLab