diff --git a/BasicServicesKit/commonevent/oh_commonevent_support.h b/BasicServicesKit/commonevent/oh_commonevent_support.h index 6d1256b95cdc7b06fd104194b0c53a58cbb7ed0d..b840fd120f6d1441156825a86ad16bd376f433ca 100644 --- a/BasicServicesKit/commonevent/oh_commonevent_support.h +++ b/BasicServicesKit/commonevent/oh_commonevent_support.h @@ -555,6 +555,14 @@ static const char* const COMMON_EVENT_MINORSMODE_ON = "usual.event.MINORSMODE_ON * @since 12 */ static const char* const COMMON_EVENT_MINORSMODE_OFF = "usual.event.MINORSMODE_OFF"; + +/** + * @brief Indicates that an application begins to restored. + * This is a protected common event that can only be sent by system. + * + * @since 13 + */ +static const char* const COMMON_EVENT_RESTORE_START = "usual.event.RESTORE_START"; #ifdef __cplusplus } #endif