From 3c8385f7d83f6ea96a97763dfdb4b009a40da097 Mon Sep 17 00:00:00 2001 From: xionglei Date: Wed, 18 Jun 2025 16:25:23 +0800 Subject: [PATCH] =?UTF-8?q?disableWifi=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xionglei --- api/@ohos.wifiManager.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.wifiManager.d.ts b/api/@ohos.wifiManager.d.ts index f8b3982d97..50761df5e1 100644 --- a/api/@ohos.wifiManager.d.ts +++ b/api/@ohos.wifiManager.d.ts @@ -62,7 +62,7 @@ declare namespace wifiManager { * @throws {BusinessError} 2501000 - Operation failed. * @throws {BusinessError} 2501004 - Operation failed because the service is being opened. * @syscap SystemCapability.Communication.WiFi.STA - * @since 16 + * @since 20 */ function disableWifi(): void; -- Gitee