更新使用 5.0 ide

This commit is contained in:
2024-06-24 16:45:01 +08:00
parent 1b925cf8fe
commit 1d6e5653c3
7 changed files with 22 additions and 114 deletions

View File

@@ -0,0 +1,19 @@
import { AbilityConstant, AbilityStage, Configuration, Want } from '@kit.AbilityKit';
class HMDemoAbilityStage extends AbilityStage {
onCreate(): void {
}
// onAcceptWant(want: Want): string {
// }
// onNewProcessRequest(want: Want): string {
// }
onConfigurationUpdate(newConfig: Configuration): void {
}
onMemoryLevel(level: AbilityConstant.MemoryLevel): void {
}
}