EntryAbility.ets onWindowStageCreate(windowStage: window.WindowStage): void { EntryAbility.windowStage = windowStage // Main window is created, set main page for this ability this.requestFullScreen(windowStage, this.context) windowStage.loadContent('pages/Index', (err,<