未验证 提交 c2980f0c 编写于 作者: 葛亚芳 提交者: Gitee

update zh-cn/application-dev/windowmanager/system-window-stage.md.

Signed-off-by: N葛亚芳 <geyafang@huawei.com>
上级 146266a6
......@@ -47,14 +47,12 @@
import ExtensionContext from '@ohos.application.ServiceExtensionAbility';
import window from '@ohos.window';
var windowClass = null;
export default class ServiceExtensionAbility1 extends ExtensionContext {
onCreate(want) {
console.log("[Demo] MainAbility onCreate")
globalThis.abilityWant = want;
// 1.创建音量条窗口。
var windowClass = null;
let windowClass = null;
window.create(this.context, "volume", window.WindowType.TYPE_VOLUME_OVERLAY, (err, data) => {
if (err.code) {
console.error('Failed to create the volume window. Cause:' + JSON.stringify(err));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册