diff --git a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md index ee7e3e072ba0d069d6b9842cf0b66ec3c29f1b44..dfe87bb5e411b7d9d47a4ad999b0257bc0ccc19e 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md +++ b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md @@ -454,6 +454,20 @@ queryCurrentBundleActiveStates(begin: number, end: number): Promise<Array< | infosBeginTime | number | 否 | BundleActiveInfo对象中第一条应用使用统计的记录时间。| | infosEndTime | number | 否 | BundleActiveInfo对象中最后一条应用使用统计的记录时间。| +### merge(deprecated) + +merge(toMerge: BundleStateInfo): void + +Merges the application usage information that has the same bundle name. + +**System capability**: SystemCapability.ResourceSchedule.UsageStatistics.App + +**Parameters** + +| Name | Type | Mandatory | Description | +| ------- | ----------------------------------- | ---- | -------------- | +| toMerge | [BundleStateInfo](#bundlestateinfo) | Yes | Application usage information to merge.| + ## BundleActiveState 提供应用事件的具体信息。