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 dfe87bb5e411b7d9d47a4ad999b0257bc0ccc19e..5f8f053d7e889921dc2c41349474f242788043f5 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md +++ b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md @@ -458,15 +458,15 @@ queryCurrentBundleActiveStates(begin: number, end: number): Promise<Array< merge(toMerge: BundleStateInfo): void -Merges the application usage information that has the same bundle name. +合并相同包名的应用使用信息。 -**System capability**: SystemCapability.ResourceSchedule.UsageStatistics.App +**系统能力**:SystemCapability.ResourceSchedule.UsageStatistics.App -**Parameters** +**参数**: -| Name | Type | Mandatory | Description | -| ------- | ----------------------------------- | ---- | -------------- | -| toMerge | [BundleStateInfo](#bundlestateinfo) | Yes | Application usage information to merge.| +| 参数名 | 类型 | 必填 | 说明 | +| -------- | -------- | -------- | -------- | +| toMerge | [BundleStateInfo](#bundlestateinfo) | 是 | 相同包名的应用使用统计信息。| ## BundleActiveState