未验证 提交 08e7ae22 编写于 作者: O openharmony_ci 提交者: Gitee

!13589 补充merge内容

Merge pull request !13589 from ningning/master
......@@ -454,6 +454,20 @@ queryCurrentBundleActiveStates(begin: number, end: number): Promise<Array<
| infosBeginTime | number | 否 | BundleActiveInfo对象中第一条应用使用统计的记录时间。|
| infosEndTime | number | 否 | BundleActiveInfo对象中最后一条应用使用统计的记录时间。|
### merge<sup>(deprecated)</sup>
merge(toMerge: BundleStateInfo): void
合并相同包名的应用使用信息。
**系统能力**:SystemCapability.ResourceSchedule.UsageStatistics.App
**参数**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| toMerge | [BundleStateInfo](#bundlestateinfo) | 是 | 相同包名的应用使用统计信息。|
## BundleActiveState
提供应用事件的具体信息。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册