From 1364e0015d323fc1ca4f8642ad8d69dd6483c2f0 Mon Sep 17 00:00:00 2001 From: wangqing Date: Sat, 2 Apr 2022 15:41:57 +0800 Subject: [PATCH] =?UTF-8?q?md=E6=96=87=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangqing --- api/@ohos.backgroundTaskManager.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.backgroundTaskManager.d.ts b/api/@ohos.backgroundTaskManager.d.ts index dc32230199..9a2040c32a 100644 --- a/api/@ohos.backgroundTaskManager.d.ts +++ b/api/@ohos.backgroundTaskManager.d.ts @@ -172,7 +172,7 @@ declare namespace backgroundTaskManager { /** * background continuous calculate mode, for example 3D render. - * only supported in portable computer device + * only supported in particular device * * @since 8 * @syscap SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask -- Gitee