From 10bd4966fe08da0bb384020496bfabe6d7dd811c Mon Sep 17 00:00:00 2001 From: anmesoat Date: Thu, 11 Dec 2025 03:36:06 +0000 Subject: [PATCH] update Security/DLP/README_zh.md. Signed-off-by: anmesoat --- Security/DLP/README_zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Security/DLP/README_zh.md b/Security/DLP/README_zh.md index ede6fefd9..674081bae 100644 --- a/Security/DLP/README_zh.md +++ b/Security/DLP/README_zh.md @@ -54,13 +54,13 @@ entry/src/main/ets/ ### 约束与限制 1. 本示例仅支持标准系统上运行。 -2. 本示例仅支持API22版本SDK,且为full SDK。 +2. 本示例仅支持API22版本SDK。 3. 本示例需要使用@ohos.dlpPermission系统权限的系统接口。 4. 需要链接DLP凭据服务器。 ## samples代码运行及其环境配置 1.克隆samples代码到本地
-    开发板上需要烧入日构建版本(dayu200)和最新的SDK(ohos-sdk-full):https://dcp.openharmony.cn/workbench/cicd/dailybuild/dailylist
+    开发板上需要烧入日构建版本(dayu200)和最新的public-SDK:https://dcp.openharmony.cn/workbench/cicd/dailybuild/dailylist
    具体操作为:https://blog.csdn.net/nanzhanfei/article/details/121951919
2.在".\DLP\entry\src\main"下新增syscap.json文件,文件内容为: ``` -- Gitee