diff --git a/api/@ohos.resourceManager.d.ts b/api/@ohos.resourceManager.d.ts index 45e561c9c83141150f032c9ac1bc67ad78cc29d0..ecabb4ab1977a1f2471ab6cb125a90a0906c8fae 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