!1473 【媒体】媒体管理合集

Merge pull request !1473 from 张永宽/master
This commit is contained in:
openharmony_ci 2022-09-26 09:31:33 +00:00 committed by Gitee
commit 71fdfe59a3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 7 deletions

View File

@ -19,7 +19,6 @@ import display from '@ohos.display'
export default class MainAbility extends Ability {
async onCreate(want, launchParam) {
console.log("[Demo] MainAbility onCreate")
globalThis.abilityWant = want
}
onDestroy() {

View File

@ -41,8 +41,6 @@ export default class TestAbility extends Ability {
}
console.info('Succeeded in loading the content. Data: ' + JSON.stringify(data))
});
globalThis.abilityContext = this.context;
}
onWindowStageDestroy() {

View File

@ -11,8 +11,8 @@
"repository": {},
"version": "1.0.0",
"dependencies": {
"@ohos/hypium": "1.0.1",
"@ohos/hvigor-ohos-plugin": "1.1.6",
"@ohos/hvigor": "1.1.6"
"@ohos/hypium": "1.0.2",
"@ohos/hvigor-ohos-plugin": "1.2.2",
"@ohos/hvigor": "1.2.2"
}
}
}