未验证 提交 85a8ab4f 编写于 作者: O openharmony_ci 提交者: Gitee

!16088 翻译完成:15708 修复BundleInstaller示例代码

Merge pull request !16088 from wusongqing/TR15708
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册