已合并
SDK修改 #35400
zhushuanghong创建于 12 天前
SDK修改 #35400
已合并
共 2 个文件变更+8-8
| @@ -3007,10 +3007,10 @@ declare namespace backgroundTaskManager { | |||
| 3007 | * When the following common events are received, the related authorization records will be cleared: | 3007 | * When the following common events are received, the related authorization records will be cleared: |
| 3008 | * | 3008 | * |
| 3009 | * [COMMON_EVENT_PACKAGE_ADDED]{ .commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}, | 3009 | * [COMMON_EVENT_PACKAGE_ADDED]{ .commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}, |
| 3010 | - * [COMMON_EVENT_PACKAGE_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}, | 3010 | + * [COMMON_EVENT_PACKAGE_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_REMOVED}, |
| 3011 | - * [COMMON_EVENT_BUNDLE_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}, | 3011 | + * [COMMON_EVENT_BUNDLE_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_BUNDLE_REMOVED}, |
| 3012 | - * [COMMON_EVENT_PACKAGE_FULLY_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}, | 3012 | + * [COMMON_EVENT_PACKAGE_FULLY_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_FULLY_REMOVED}, |
| 3013 | - * [COMMON_EVENT_PACKAGE_CHANGED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}. | 3013 | + * [COMMON_EVENT_PACKAGE_CHANGED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_CHANGED}. |
| 3014 | * | 3014 | * |
| 3015 | * SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask | 3015 | * SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask |
| 3016 | * 22 dynamic | 3016 | * 22 dynamic |
| @@ -2805,10 +2805,10 @@ declare namespace backgroundTaskManager { | |||
| 2805 | * 当接收到以下公共事件时,相关授权记录将被清除: | 2805 | * 当接收到以下公共事件时,相关授权记录将被清除: |
| 2806 | * | 2806 | * |
| 2807 | * [COMMON_EVENT_PACKAGE_ADDED]{ .commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}、 | 2807 | * [COMMON_EVENT_PACKAGE_ADDED]{ .commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}、 |
| 2808 | - * [COMMON_EVENT_PACKAGE_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}、 | 2808 | + * [COMMON_EVENT_PACKAGE_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_REMOVED}、 |
| 2809 | - * [COMMON_EVENT_BUNDLE_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}、 | 2809 | + * [COMMON_EVENT_BUNDLE_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_BUNDLE_REMOVED}、 |
| 2810 | - * [COMMON_EVENT_PACKAGE_FULLY_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}、 | 2810 | + * [COMMON_EVENT_PACKAGE_FULLY_REMOVED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_FULLY_REMOVED}、 |
| 2811 | - * [COMMON_EVENT_PACKAGE_CHANGED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_ADDED}。 | 2811 | + * [COMMON_EVENT_PACKAGE_CHANGED]{@link @ohos.commonEventManager:commonEventManager.Support.COMMON_EVENT_PACKAGE_CHANGED}。 |
| 2812 | * | 2812 | * |
| 2813 | * SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask | 2813 | * SystemCapability.ResourceSchedule.BackgroundTaskManager.ContinuousTask |
| 2814 | * 22 dynamic | 2814 | * 22 dynamic |