Signed-off-by: zhuhan <zhuhan10@huawei.com>
Change-Id: I150ad87f04c3fa127b4436a404526919cbb07cc5
This commit is contained in:
zhuhan 2023-11-23 15:56:46 +08:00
parent c582986aed
commit 08fad854c6

View File

@ -270,7 +270,17 @@ declare namespace AbilityConstant {
* @StageModelOnly
* @since 11
*/
AUTO_STARTUP = 8
AUTO_STARTUP = 8,
/**
* Start ability through the insight intent interface.
*
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @StageModelOnly
* @atomicservice
* @since 11
*/
INSIGHT_INTENT = 9
}
/**