From 3aa4a5f1ec30e0b842ed9dd7f8e9f5120cfd96ef Mon Sep 17 00:00:00 2001 From: huangjie Date: Wed, 26 Jan 2022 11:37:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9resourceManager=20resmgr?= =?UTF-8?q?=E5=88=B0resourceManager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangjie --- api/@ohos.resourceManager.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.resourceManager.d.ts b/api/@ohos.resourceManager.d.ts index 45e561c9c8..ecabb4ab19 100644 --- a/api/@ohos.resourceManager.d.ts +++ b/api/@ohos.resourceManager.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ -import { Context } from './app/context'; +import Context from './application/Context'; /** * Provides resource related APIs. @@ -21,7 +21,7 @@ import { Context } from './app/context'; * @since 6 * @devices phone, tablet, tv, wearable, car */ -declare namespace resmgr { +declare namespace resourceManager { /** * Enumerates screen directions. * @@ -426,4 +426,4 @@ export interface ResourceManager { getRawFile(path: string): Promise; } } -export default resmgr; \ No newline at end of file +export default resourceManager; \ No newline at end of file -- Gitee