1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: ResourceType;<br>Method or attribute name: RUNNING_LOCK = 1 \<\< 7|@ohos.resourceschedule.backgroundTaskManager.d.ts|
4|Added|NA|Class name: ResourceType;<br>Method or attribute name: SENSOR = 1 \<\< 8|@ohos.resourceschedule.backgroundTaskManager.d.ts|
5|Added|NA|Class name: deviceStandby;<br>Method or attribute name: function getExemptedApps(resourceTypes: number, callback: AsyncCallback\<Array\<ExemptedAppInfo>>): void;|@ohos.resourceschedule.deviceStandby.d.ts|
6|Added|NA|Class name: deviceStandby;<br>Method or attribute name: function getExemptedApps(resourceTypes: number): Promise\<Array\<ExemptedAppInfo>>;|@ohos.resourceschedule.deviceStandby.d.ts|
7|Added|NA|Class name: deviceStandby;<br>Method or attribute name: function requestExemptionResource(request: ResourceRequest): void;|@ohos.resourceschedule.deviceStandby.d.ts|
8|Added|NA|Class name: deviceStandby;<br>Method or attribute name: function releaseExemptionResource(request: ResourceRequest): void;|@ohos.resourceschedule.deviceStandby.d.ts|
9|Added|NA|Class name: ResourceType;<br>Method or attribute name: NETWORK = 1|@ohos.resourceschedule.deviceStandby.d.ts|
10|Added|NA|Class name: ResourceType;<br>Method or attribute name: RUNNING_LOCK = 1 \<\< 1|@ohos.resourceschedule.deviceStandby.d.ts|
11|Added|NA|Class name: ResourceType;<br>Method or attribute name: TIMER = 1 \<\< 2|@ohos.resourceschedule.deviceStandby.d.ts|
12|Added|NA|Class name: ResourceType;<br>Method or attribute name: WORK_SCHEDULER = 1 \<\< 3|@ohos.resourceschedule.deviceStandby.d.ts|
13|Added|NA|Class name: ResourceType;<br>Method or attribute name: AUTO_SYNC = 1 \<\< 4|@ohos.resourceschedule.deviceStandby.d.ts|
14|Added|NA|Class name: ResourceType;<br>Method or attribute name: PUSH = 1 \<\< 5|@ohos.resourceschedule.deviceStandby.d.ts|
15|Added|NA|Class name: ResourceType;<br>Method or attribute name: FREEZE = 1 \<\< 6|@ohos.resourceschedule.deviceStandby.d.ts|
16|Added|NA|Class name: ExemptedAppInfo;<br>Method or attribute name: resourceTypes: number;|@ohos.resourceschedule.deviceStandby.d.ts|
17|Added|NA|Class name: ResourceRequest;<br>Method or attribute name: resourceTypes: number;|@ohos.resourceschedule.deviceStandby.d.ts|
18|Added|NA|Class name: ExemptedAppInfo;<br>Method or attribute name: name: string;|@ohos.resourceschedule.deviceStandby.d.ts|
19|Added|NA|Class name: ResourceRequest;<br>Method or attribute name: name: string;|@ohos.resourceschedule.deviceStandby.d.ts|
20|Added|NA|Class name: ExemptedAppInfo;<br>Method or attribute name: duration: number;|@ohos.resourceschedule.deviceStandby.d.ts|
21|Added|NA|Class name: ResourceRequest;<br>Method or attribute name: duration: number;|@ohos.resourceschedule.deviceStandby.d.ts|
22|Added|NA|Class name: ResourceRequest;<br>Method or attribute name: uid: number;|@ohos.resourceschedule.deviceStandby.d.ts|
23|Added|NA|Class name: ResourceRequest;<br>Method or attribute name: reason: string;|@ohos.resourceschedule.deviceStandby.d.ts|
24|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function isIdleStateSync(bundleName: string): boolean;|@ohos.resourceschedule.usageStatistics.d.ts|
25|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryAppGroupSync(): number;|@ohos.resourceschedule.usageStatistics.d.ts|
26|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryAppGroupSync(bundleName: string): number;|@ohos.resourceschedule.usageStatistics.d.ts|
27|Added|NA|Class name: workScheduler;<br>Method or attribute name: function obtainAllWorks(callback: AsyncCallback\<Array\<WorkInfo>>): void;|@ohos.resourceschedule.workScheduler.d.ts|
28|Added|NA|Class name: workScheduler;<br>Method or attribute name: function isLastWorkTimeOut(workId: number, callback: AsyncCallback\<boolean>): void;|@ohos.resourceschedule.workScheduler.d.ts|
29|Added|NA|Class name: WorkSchedulerExtensionAbility;<br>Method or attribute name: context: WorkSchedulerExtensionContext;|@ohos.WorkSchedulerExtensionAbility.d.ts|
30|Deprecated version changed|Class name: particleAbility;<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\<void>;<br>Old version information: |Class name: particleAbility;<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\<void>;<br>New version information: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager/backgroundTaskManager#startBackgroundRunning|@ohos.ability.particleAbility.d.ts|
31|Deprecated version changed|Class name: particleAbility;<br>Method or attribute name: function cancelBackgroundRunning(): Promise\<void>;<br>Old version information: |Class name: particleAbility;<br>Method or attribute name: function cancelBackgroundRunning(): Promise\<void>;<br>New version information: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager/backgroundTaskManager#stopBackgroundRunning|@ohos.ability.particleAbility.d.ts|
32|Deprecated version changed|Class name: workScheduler;<br>Method or attribute name: function obtainAllWorks(callback: AsyncCallback\<void>): Array\<WorkInfo>;<br>Old version information: |Class name: workScheduler;<br>Method or attribute name: function obtainAllWorks(callback: AsyncCallback\<void>): Array\<WorkInfo>;<br>New version information: 10<br>Substitute API: |@ohos.resourceschedule.workScheduler.d.ts|
33|Deprecated version changed|Class name: workScheduler;<br>Method or attribute name: function isLastWorkTimeOut(workId: number, callback: AsyncCallback\<void>): boolean;<br>Old version information: |Class name: workScheduler;<br>Method or attribute name: function isLastWorkTimeOut(workId: number, callback: AsyncCallback\<void>): boolean;<br>New version information: 10<br>Substitute API: |@ohos.resourceschedule.workScheduler.d.ts|
34|Access level changed|Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise\<BundleActiveInfoResponse>;<br>Old version information: |Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise\<BundleActiveInfoResponse>;<br>New version information: systemapi|@ohos.bundleState.d.ts|
35|Access level changed|Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfoByInterval(<br>    byInterval: IntervalType,<br>    begin: number,<br>    end: number<br>  ): Promise\<Array\<BundleStateInfo>>;<br>Old version information: |Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfoByInterval(<br>    byInterval: IntervalType,<br>    begin: number,<br>    end: number<br>  ): Promise\<Array\<BundleStateInfo>>;<br>New version information: systemapi|@ohos.bundleState.d.ts|
36|Access level changed|Class name: bundleState;<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>Old version information: |Class name: bundleState;<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>New version information: systemapi|@ohos.bundleState.d.ts|
37|Access level changed|Class name: ResourceType;<br>Method or attribute name: CPU = 1<br>Old version information: |Class name: ResourceType;<br>Method or attribute name: CPU = 1<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
38|Access level changed|Class name: ResourceType;<br>Method or attribute name: COMMON_EVENT = 1 \<\< 1<br>Old version information: |Class name: ResourceType;<br>Method or attribute name: COMMON_EVENT = 1 \<\< 1<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
39|Access level changed|Class name: ResourceType;<br>Method or attribute name: TIMER = 1 \<\< 2<br>Old version information: |Class name: ResourceType;<br>Method or attribute name: TIMER = 1 \<\< 2<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
40|Access level changed|Class name: ResourceType;<br>Method or attribute name: WORK_SCHEDULER = 1 \<\< 3<br>Old version information: |Class name: ResourceType;<br>Method or attribute name: WORK_SCHEDULER = 1 \<\< 3<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
41|Access level changed|Class name: ResourceType;<br>Method or attribute name: BLUETOOTH = 1 \<\< 4<br>Old version information: |Class name: ResourceType;<br>Method or attribute name: BLUETOOTH = 1 \<\< 4<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
42|Access level changed|Class name: ResourceType;<br>Method or attribute name: GPS = 1 \<\< 5<br>Old version information: |Class name: ResourceType;<br>Method or attribute name: GPS = 1 \<\< 5<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
43|Access level changed|Class name: ResourceType;<br>Method or attribute name: AUDIO = 1 \<\< 6<br>Old version information: |Class name: ResourceType;<br>Method or attribute name: AUDIO = 1 \<\< 6<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
44|Access level changed|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: resourceTypes: number;<br>Old version information: |Class name: EfficiencyResourcesRequest;<br>Method or attribute name: resourceTypes: number;<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
45|Access level changed|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: isApply: boolean;<br>Old version information: |Class name: EfficiencyResourcesRequest;<br>Method or attribute name: isApply: boolean;<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
46|Access level changed|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: timeOut: number;<br>Old version information: |Class name: EfficiencyResourcesRequest;<br>Method or attribute name: timeOut: number;<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
47|Access level changed|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: isPersist?: boolean;<br>Old version information: |Class name: EfficiencyResourcesRequest;<br>Method or attribute name: isPersist?: boolean;<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
48|Access level changed|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: isProcess?: boolean;<br>Old version information: |Class name: EfficiencyResourcesRequest;<br>Method or attribute name: isProcess?: boolean;<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
49|Access level changed|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: reason: string;<br>Old version information: |Class name: EfficiencyResourcesRequest;<br>Method or attribute name: reason: string;<br>New version information: systemapi|@ohos.resourceschedule.backgroundTaskManager.d.ts|
50|Access level changed|Class name: BundleStatsInfo;<br>Method or attribute name: id: number;<br>Old version information: |Class name: BundleStatsInfo;<br>Method or attribute name: id: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
51|Access level changed|Class name: BundleStatsInfo;<br>Method or attribute name: abilityInFgTotalTime?: number;<br>Old version information: |Class name: BundleStatsInfo;<br>Method or attribute name: abilityInFgTotalTime?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
52|Access level changed|Class name: BundleStatsInfo;<br>Method or attribute name: abilityPrevAccessTime?: number;<br>Old version information: |Class name: BundleStatsInfo;<br>Method or attribute name: abilityPrevAccessTime?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
53|Access level changed|Class name: BundleStatsInfo;<br>Method or attribute name: abilityPrevSeenTime?: number;<br>Old version information: |Class name: BundleStatsInfo;<br>Method or attribute name: abilityPrevSeenTime?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
54|Access level changed|Class name: BundleStatsInfo;<br>Method or attribute name: abilitySeenTotalTime?: number;<br>Old version information: |Class name: BundleStatsInfo;<br>Method or attribute name: abilitySeenTotalTime?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
55|Access level changed|Class name: BundleStatsInfo;<br>Method or attribute name: bundleName?: string;<br>Old version information: |Class name: BundleStatsInfo;<br>Method or attribute name: bundleName?: string;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
56|Access level changed|Class name: BundleEvents;<br>Method or attribute name: bundleName?: string;<br>Old version information: |Class name: BundleEvents;<br>Method or attribute name: bundleName?: string;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
57|Access level changed|Class name: BundleStatsInfo;<br>Method or attribute name: fgAbilityAccessTotalTime?: number;<br>Old version information: |Class name: BundleStatsInfo;<br>Method or attribute name: fgAbilityAccessTotalTime?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
58|Access level changed|Class name: BundleStatsInfo;<br>Method or attribute name: fgAbilityPrevAccessTime?: number;<br>Old version information: |Class name: BundleStatsInfo;<br>Method or attribute name: fgAbilityPrevAccessTime?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
59|Access level changed|Class name: BundleStatsInfo;<br>Method or attribute name: infosBeginTime?: number;<br>Old version information: |Class name: BundleStatsInfo;<br>Method or attribute name: infosBeginTime?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
60|Access level changed|Class name: BundleStatsInfo;<br>Method or attribute name: infosEndTime?: number;<br>Old version information: |Class name: BundleStatsInfo;<br>Method or attribute name: infosEndTime?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
61|Access level changed|Class name: HapFormInfo;<br>Method or attribute name: formName: string;<br>Old version information: |Class name: HapFormInfo;<br>Method or attribute name: formName: string;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
62|Access level changed|Class name: HapFormInfo;<br>Method or attribute name: formDimension: number;<br>Old version information: |Class name: HapFormInfo;<br>Method or attribute name: formDimension: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
63|Access level changed|Class name: HapFormInfo;<br>Method or attribute name: formId: number;<br>Old version information: |Class name: HapFormInfo;<br>Method or attribute name: formId: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
64|Access level changed|Class name: HapFormInfo;<br>Method or attribute name: formLastUsedTime: number;<br>Old version information: |Class name: HapFormInfo;<br>Method or attribute name: formLastUsedTime: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
65|Access level changed|Class name: HapFormInfo;<br>Method or attribute name: count: number;<br>Old version information: |Class name: HapFormInfo;<br>Method or attribute name: count: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
66|Access level changed|Class name: DeviceEventStats;<br>Method or attribute name: count: number;<br>Old version information: |Class name: DeviceEventStats;<br>Method or attribute name: count: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
67|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: deviceId?: string;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: deviceId?: string;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
68|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: bundleName: string;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: bundleName: string;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
69|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: moduleName: string;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: moduleName: string;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
70|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: abilityName?: string;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: abilityName?: string;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
71|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: appLabelId?: number;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: appLabelId?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
72|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: labelId?: number;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: labelId?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
73|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: descriptionId?: number;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: descriptionId?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
74|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: abilityLableId?: number;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: abilityLableId?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
75|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: abilityDescriptionId?: number;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: abilityDescriptionId?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
76|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: abilityIconId?: number;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: abilityIconId?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
77|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: launchedCount: number;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: launchedCount: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
78|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: lastModuleUsedTime: number;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: lastModuleUsedTime: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
79|Access level changed|Class name: HapModuleInfo;<br>Method or attribute name: formRecords: Array\<HapFormInfo>;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: formRecords: Array\<HapFormInfo>;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
80|Access level changed|Class name: DeviceEventStats;<br>Method or attribute name: name: string;<br>Old version information: |Class name: DeviceEventStats;<br>Method or attribute name: name: string;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
81|Access level changed|Class name: DeviceEventStats;<br>Method or attribute name: eventId: number;<br>Old version information: |Class name: DeviceEventStats;<br>Method or attribute name: eventId: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
82|Access level changed|Class name: BundleEvents;<br>Method or attribute name: appGroup?: number;<br>Old version information: |Class name: BundleEvents;<br>Method or attribute name: appGroup?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
83|Access level changed|Class name: BundleEvents;<br>Method or attribute name: indexOfLink?: string;<br>Old version information: |Class name: BundleEvents;<br>Method or attribute name: indexOfLink?: string;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
84|Access level changed|Class name: BundleEvents;<br>Method or attribute name: nameOfClass?: string;<br>Old version information: |Class name: BundleEvents;<br>Method or attribute name: nameOfClass?: string;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
85|Access level changed|Class name: BundleEvents;<br>Method or attribute name: eventOccurredTime?: number;<br>Old version information: |Class name: BundleEvents;<br>Method or attribute name: eventOccurredTime?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
86|Access level changed|Class name: BundleEvents;<br>Method or attribute name: eventId?: number;<br>Old version information: |Class name: BundleEvents;<br>Method or attribute name: eventId?: number;<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
87|Access level changed|Class name: IntervalType;<br>Method or attribute name: BY_OPTIMIZED = 0<br>Old version information: |Class name: IntervalType;<br>Method or attribute name: BY_OPTIMIZED = 0<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
88|Access level changed|Class name: IntervalType;<br>Method or attribute name: BY_DAILY = 1<br>Old version information: |Class name: IntervalType;<br>Method or attribute name: BY_DAILY = 1<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
89|Access level changed|Class name: IntervalType;<br>Method or attribute name: BY_WEEKLY = 2<br>Old version information: |Class name: IntervalType;<br>Method or attribute name: BY_WEEKLY = 2<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
90|Access level changed|Class name: IntervalType;<br>Method or attribute name: BY_MONTHLY = 3<br>Old version information: |Class name: IntervalType;<br>Method or attribute name: BY_MONTHLY = 3<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
91|Access level changed|Class name: IntervalType;<br>Method or attribute name: BY_ANNUALLY = 4<br>Old version information: |Class name: IntervalType;<br>Method or attribute name: BY_ANNUALLY = 4<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
92|Access level changed|Class name: GroupType;<br>Method or attribute name: ALIVE_GROUP = 10<br>Old version information: |Class name: GroupType;<br>Method or attribute name: ALIVE_GROUP = 10<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
93|Access level changed|Class name: GroupType;<br>Method or attribute name: DAILY_GROUP = 20<br>Old version information: |Class name: GroupType;<br>Method or attribute name: DAILY_GROUP = 20<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
94|Access level changed|Class name: GroupType;<br>Method or attribute name: FIXED_GROUP = 30<br>Old version information: |Class name: GroupType;<br>Method or attribute name: FIXED_GROUP = 30<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
95|Access level changed|Class name: GroupType;<br>Method or attribute name: RARE_GROUP = 40<br>Old version information: |Class name: GroupType;<br>Method or attribute name: RARE_GROUP = 40<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
96|Access level changed|Class name: GroupType;<br>Method or attribute name: LIMITED_GROUP = 50<br>Old version information: |Class name: GroupType;<br>Method or attribute name: LIMITED_GROUP = 50<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
97|Access level changed|Class name: GroupType;<br>Method or attribute name: NEVER_GROUP = 60<br>Old version information: |Class name: GroupType;<br>Method or attribute name: NEVER_GROUP = 60<br>New version information: systemapi|@ohos.resourceschedule.usageStatistics.d.ts|
98|Permission changed|Class name: particleAbility;<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\<void>;<br>Old version information: |Class name: particleAbility;<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\<void>;<br>New version information: ohos.permission.KEEP_BACKGROUND_RUNNING|@ohos.ability.particleAbility.d.ts|
99|Permission changed|Class name: backgroundTaskManager;<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise\<void>;<br>Old version information: |Class name: backgroundTaskManager;<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise\<void>;<br>New version information: ohos.permission.KEEP_BACKGROUND_RUNNING|@ohos.backgroundTaskManager.d.ts|
100|Permission changed|Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise\<BundleActiveInfoResponse>;<br>Old version information: |Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise\<BundleActiveInfoResponse>;<br>New version information: ohos.permission.BUNDLE_ACTIVE_INFO|@ohos.bundleState.d.ts|
101|Permission changed|Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfoByInterval(<br>    byInterval: IntervalType,<br>    begin: number,<br>    end: number<br>  ): Promise\<Array\<BundleStateInfo>>;<br>Old version information: |Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfoByInterval(<br>    byInterval: IntervalType,<br>    begin: number,<br>    end: number<br>  ): Promise\<Array\<BundleStateInfo>>;<br>New version information: ohos.permission.BUNDLE_ACTIVE_INFO|@ohos.bundleState.d.ts|
102|Permission changed|Class name: bundleState;<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>Old version information: |Class name: bundleState;<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>New version information: ohos.permission.BUNDLE_ACTIVE_INFO|@ohos.bundleState.d.ts|
103|Model changed|Class name: particleAbility;<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\<void>;<br>Old version information: |Class name: particleAbility;<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\<void>;<br>New version information: FAModelOnly|@ohos.ability.particleAbility.d.ts|
104|Model changed|Class name: particleAbility;<br>Method or attribute name: function cancelBackgroundRunning(): Promise\<void>;<br>Old version information: |Class name: particleAbility;<br>Method or attribute name: function cancelBackgroundRunning(): Promise\<void>;<br>New version information: FAModelOnly|@ohos.ability.particleAbility.d.ts|
105