diff --git a/modulecheck/appStartup.json b/modulecheck/appStartup.json index ab2bafeec08d89cc1480d526949873e9a34b2771..75e399e2c61937b547ebf8d1bebe44b24035150e 100644 --- a/modulecheck/appStartup.json +++ b/modulecheck/appStartup.json @@ -28,7 +28,8 @@ "excludeFromAutoStart", "runOnThread", "waitOnMainThread", - "matchRules" + "matchRules", + "schedulerPhase" ] }, "required": [ @@ -120,6 +121,15 @@ } } } + }, + "schedulerPhase": { + "description": "Indicates the running phase of the startup task.", + "type": "string", + "enum": [ + "preAbilityStageLoad", + "postAbilityStageLoad" + ], + "default": "postAbilityStageLoad" } } }