From 4672bf6dd67cf4ea8225470112ef8c2fef686234 Mon Sep 17 00:00:00 2001 From: Gloria Date: Wed, 15 Mar 2023 10:48:55 +0800 Subject: [PATCH] Update docs against 15708 Signed-off-by: wusongqing --- .../reference/apis/js-apis-bundle-BundleInstaller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-bundle-BundleInstaller.md b/en/application-dev/reference/apis/js-apis-bundle-BundleInstaller.md index 5c7c4a3175..7523cde565 100644 --- a/en/application-dev/reference/apis/js-apis-bundle-BundleInstaller.md +++ b/en/application-dev/reference/apis/js-apis-bundle-BundleInstaller.md @@ -189,8 +189,8 @@ For the FA model, the sandbox path of a bundle can be obtained using the APIs in **Example** ``` ts // Stage model -import Ability from '@ohos.application.Ability'; -class MainAbility extends Ability { +import UIAbility from '@ohos.app.ability.UIAbility'; +export default class EntryAbility extends UIAbility { onWindowStageCreate(windowStage) { let context = this.context; let pathDir = context.filesDir; -- GitLab