From f4becf0f89f7b58778c53717bbb67bbc9704a6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=A4=A9=E6=80=A1?= Date: Tue, 30 Aug 2022 13:08:38 +0000 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E6=95=88=E8=B5=84=E6=BA=90=E7=94=B3?= =?UTF-8?q?=E8=AF=B7API=E6=8E=A5=E5=8F=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: 朱天怡 --- api/@ohos.backgroundTaskManager.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.backgroundTaskManager.d.ts b/api/@ohos.backgroundTaskManager.d.ts index 85870b9c26..ff2b0266bb 100644 --- a/api/@ohos.backgroundTaskManager.d.ts +++ b/api/@ohos.backgroundTaskManager.d.ts @@ -15,7 +15,7 @@ import { AsyncCallback , Callback} from './basic'; import { WantAgent } from "./@ohos.wantAgent"; -import { Context } from './app/context'; +import Context from './application/BaseContext'; /** * Manages background tasks. @@ -190,8 +190,8 @@ declare namespace backgroundTaskManager { VOIP = 8, /** - * background continuous calculate mode, for example 3d render. - * only supported in portable computer + * background continuous calculate mode, for example 3D render. + * only supported in particular device * * @since 8 * @syscap SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask