From 5af7609946b7bf515432a53a7b6ebcd429a48da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B5=B7=E8=8E=B9?= Date: Thu, 10 Feb 2022 09:56:46 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=B3=BB=E7=BB=9F=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E8=AF=B4=E6=98=8E=20Signed-off-by:=20@chyyy0213=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/application-dev/reference/apis/js-apis-window.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zh-cn/application-dev/reference/apis/js-apis-window.md b/zh-cn/application-dev/reference/apis/js-apis-window.md index 3001213300e..7ceb3a6c4b5 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-window.md +++ b/zh-cn/application-dev/reference/apis/js-apis-window.md @@ -11,6 +11,11 @@ import window from '@ohos.window'; ``` +## 系统能力 +SystemCapability.WindowManager.WindowManager.Core + + + ## 权限列表 ohos.permission.SYSTEM_FLOAT_WINDOW -- Gitee