!14566 新增权限定义&新增事件定义相关修改挑单到5.0.1

Merge pull request !14566 from 李勃/OpenHarmony-5.0.1-Release
This commit is contained in:
openharmony_ci 2024-11-04 06:11:34 +00:00 committed by Gitee
commit 49995c9672
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2201,6 +2201,18 @@ declare namespace commonEventManager {
* @since 12
*/
COMMON_EVENT_VPN_CONNECTION_STATUS_CHANGED = 'usual.event.VPN_CONNECTION_STATUS_CHANGED',
/**
* Indicates that an application begins to restored.
* To subscribe to this common event, your application must have the ohos.permission.START_RESTORE_NOTIFICATION
* permission.
* This is a protected common event that can only be sent by system.
*
* @syscap SystemCapability.Notification.CommonEvent
* @systemapi
* @since 13
*/
COMMON_EVENT_RESTORE_START = "usual.event.RESTORE_START",
}
/**