mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-03-02 14:21:40 +00:00
!14566 新增权限定义&新增事件定义相关修改挑单到5.0.1
Merge pull request !14566 from 李勃/OpenHarmony-5.0.1-Release
This commit is contained in:
commit
49995c9672
12
api/@ohos.commonEventManager.d.ts
vendored
12
api/@ohos.commonEventManager.d.ts
vendored
@ -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",
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user