1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: VerifyCodeParam;<br>Method or attribute name: moduleName: string;|@ohos.bundle.installer.d.ts|
4|Added|NA|Class name: appControl;<br>Method or attribute name: function setDisposedStatusSync(appId: string, disposedWant: Want): void;|@ohos.bundle.appControl.d.ts|
5|Added|NA|Class name: appControl;<br>Method or attribute name: function getDisposedStatusSync(appId: string): Want;|@ohos.bundle.appControl.d.ts|
6|Added|NA|Class name: appControl;<br>Method or attribute name: function deleteDisposedStatusSync(appId: string): void;|@ohos.bundle.appControl.d.ts|
7|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getBundleInfoForSelfSync(bundleFlags: number): BundleInfo;|@ohos.bundle.bundleManager.d.ts|
8|Added|NA|Class name: bundleManager;<br>Method or attribute name: function queryAbilityInfoSync(want: Want, abilityFlags: number, userId?: number): Array\<AbilityInfo>;|@ohos.bundle.bundleManager.d.ts|
9|Added|NA|Class name: bundleManager;<br>Method or attribute name: function queryExtensionAbilityInfoSync(want: Want, extensionAbilityType: ExtensionAbilityType,<br><br>    extensionAbilityFlags: number, userId?: number): Array\<ExtensionAbilityInfo>;|@ohos.bundle.bundleManager.d.ts|
10|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getBundleNameByUidSync(uid: number): string;|@ohos.bundle.bundleManager.d.ts|
11|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getBundleArchiveInfoSync(hapFilePath: string, bundleFlags: number): BundleInfo;|@ohos.bundle.bundleManager.d.ts|
12|Added|NA|Class name: bundleManager;<br>Method or attribute name: function setApplicationEnabledSync(bundleName: string, isEnabled: boolean): void;|@ohos.bundle.bundleManager.d.ts|
13|Added|NA|Class name: bundleManager;<br>Method or attribute name: function setAbilityEnabledSync(info: AbilityInfo, isEnabled: boolean): void;|@ohos.bundle.bundleManager.d.ts|
14|Added|NA|Class name: bundleManager;<br>Method or attribute name: function isApplicationEnabledSync(bundleName: string): boolean;|@ohos.bundle.bundleManager.d.ts|
15|Added|NA|Class name: bundleManager;<br>Method or attribute name: function isAbilityEnabledSync(info: AbilityInfo): boolean;|@ohos.bundle.bundleManager.d.ts|
16|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getLaunchWantForBundleSync(bundleName: string, userId?: number): Want;|@ohos.bundle.bundleManager.d.ts|
17|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getProfileByAbilitySync(moduleName: string, abilityName: string, metadataName?: string): Array\<string>;|@ohos.bundle.bundleManager.d.ts|
18|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getProfileByExtensionAbilitySync(moduleName: string, extensionAbilityName: string, metadataName?: string): Array\<string>;|@ohos.bundle.bundleManager.d.ts|
19|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getPermissionDefSync(permissionName: string): PermissionDef;|@ohos.bundle.bundleManager.d.ts|
20|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getAbilityLabelSync(bundleName: string, moduleName: string, abilityName: string): string;|@ohos.bundle.bundleManager.d.ts|
21|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getAllSharedBundleInfo(callback: AsyncCallback\<Array\<SharedBundleInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
22|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getAllSharedBundleInfo(): Promise\<Array\<SharedBundleInfo>>;|@ohos.bundle.bundleManager.d.ts|
23|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getSharedBundleInfo(bundleName: string, moduleName: string, callback: AsyncCallback\<Array\<SharedBundleInfo>>): void;|@ohos.bundle.bundleManager.d.ts|
24|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getSharedBundleInfo(bundleName: string, moduleName: string): Promise\<Array\<SharedBundleInfo>>;|@ohos.bundle.bundleManager.d.ts|
25|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getAppProvisionInfo(bundleName: string, callback: AsyncCallback\<AppProvisionInfo>): void;|@ohos.bundle.bundleManager.d.ts|
26|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getAppProvisionInfo(bundleName: string, userId: number, callback: AsyncCallback\<AppProvisionInfo>): void;|@ohos.bundle.bundleManager.d.ts|
27|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getAppProvisionInfo(bundleName: string, userId?: number): Promise\<AppProvisionInfo>;|@ohos.bundle.bundleManager.d.ts|
28|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getAppProvisionInfoSync(bundleName: string, userId?: number): AppProvisionInfo;|@ohos.bundle.bundleManager.d.ts|
29|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getSpecifiedDistributionType(bundleName: string): string;|@ohos.bundle.bundleManager.d.ts|
30|Added|NA|Class name: bundleManager;<br>Method or attribute name: function getAdditionalInfo(bundleName: string): string;|@ohos.bundle.bundleManager.d.ts|
31|Added|NA|Class name: bundleManager;<br>Method or attribute name: export type ModuleMetadata = _ModuleMetadata;|@ohos.bundle.bundleManager.d.ts|
32|Added|NA|Class name: bundleManager;<br>Method or attribute name: export type SharedBundleInfo = _SharedBundleInfo;|@ohos.bundle.bundleManager.d.ts|
33|Added|NA|Class name: bundleManager;<br>Method or attribute name: export type AppProvisionInfo = _AppProvisionInfo.AppProvisionInfo;|@ohos.bundle.bundleManager.d.ts|
34|Added|NA|Class name: bundleManager;<br>Method or attribute name: export type Validity = _AppProvisionInfo.Validity;|@ohos.bundle.bundleManager.d.ts|
35|Added|NA|Class name: ExtensionAbilityType;<br>Method or attribute name: PRINT = 15|@ohos.bundle.bundleManager.d.ts|
36|Added|NA|Class name: ExtensionAbilityType;<br>Method or attribute name: SHARE = 16|@ohos.bundle.bundleManager.d.ts|
37|Added|NA|Class name: ExtensionAbilityType;<br>Method or attribute name: PUSH = 17|@ohos.bundle.bundleManager.d.ts|
38|Added|NA|Class name: ExtensionAbilityType;<br>Method or attribute name: DRIVER = 18|@ohos.bundle.bundleManager.d.ts|
39|Added|NA|Class name: ExtensionAbilityType;<br>Method or attribute name: ACTION = 19|@ohos.bundle.bundleManager.d.ts|
40|Added|NA|Class name: CompatiblePolicy;<br>Method or attribute name: BACKWARD_COMPATIBILITY = 1|@ohos.bundle.bundleManager.d.ts|
41|Added|NA|Class name: defaultAppManager;<br>Method or attribute name: function isDefaultApplicationSync(type: string): boolean;|@ohos.bundle.defaultAppManager.d.ts|
42|Added|NA|Class name: defaultAppManager;<br>Method or attribute name: function getDefaultApplicationSync(type: string, userId?: number): BundleInfo;|@ohos.bundle.defaultAppManager.d.ts|
43|Added|NA|Class name: defaultAppManager;<br>Method or attribute name: function setDefaultApplicationSync(type: string, elementName: ElementName, userId?: number): void;|@ohos.bundle.defaultAppManager.d.ts|
44|Added|NA|Class name: defaultAppManager;<br>Method or attribute name: function resetDefaultApplicationSync(type: string, userId?: number): void;|@ohos.bundle.defaultAppManager.d.ts|
45|Added|NA|Class name: sourcefile;<br>Method or attribute name: export type BundleStatusCallback = _BundleStatusCallback;|@ohos.bundle.innerBundleManager.d.ts|
46|Added|NA|Class name: installer;<br>Method or attribute name: function getBundleInstallerSync(): BundleInstaller;|@ohos.bundle.installer.d.ts|
47|Added|NA|Class name: BundleInstaller;<br>Method or attribute name: uninstall(uninstallParam: UninstallParam, callback: AsyncCallback\<void>): void;|@ohos.bundle.installer.d.ts|
48|Added|NA|Class name: BundleInstaller;<br>Method or attribute name: uninstall(uninstallParam: UninstallParam): Promise\<void>;|@ohos.bundle.installer.d.ts|
49|Added|NA|Class name: BundleInstaller;<br>Method or attribute name: updateBundleForSelf(hapFilePaths: Array\<string>, installParam: InstallParam, callback: AsyncCallback\<void>): void;|@ohos.bundle.installer.d.ts|
50|Added|NA|Class name: BundleInstaller;<br>Method or attribute name: updateBundleForSelf(hapFilePaths: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.bundle.installer.d.ts|
51|Added|NA|Class name: BundleInstaller;<br>Method or attribute name: updateBundleForSelf(hapFilePaths: Array\<string>, installParam?: InstallParam): Promise\<void>;|@ohos.bundle.installer.d.ts|
52|Added|NA|Class name: VerifyCodeParam;<br>Method or attribute name: signatureFilePath: string;|@ohos.bundle.installer.d.ts|
53|Added|NA|Class name: InstallParam;<br>Method or attribute name: sharedBundleDirPaths?: Array\<String>;|@ohos.bundle.installer.d.ts|
54|Added|NA|Class name: InstallParam;<br>Method or attribute name: specifiedDistributionType?: string;|@ohos.bundle.installer.d.ts|
55|Added|NA|Class name: InstallParam;<br>Method or attribute name: additionalInfo?: string;|@ohos.bundle.installer.d.ts|
56|Added|NA|Class name: InstallParam;<br>Method or attribute name: verifyCodeParams?: Array\<VerifyCodeParam>;|@ohos.bundle.installer.d.ts|
57|Added|NA|Class name: UninstallParam;<br>Method or attribute name: bundleName: string;|@ohos.bundle.installer.d.ts|
58|Added|NA|Class name: UninstallParam;<br>Method or attribute name: versionCode?: number;|@ohos.bundle.installer.d.ts|
59|Added|NA|Class name: launcherBundleManager;<br>Method or attribute name: function getLauncherAbilityInfoSync(bundleName: string, userId: number): Array\<LauncherAbilityInfo>;|@ohos.bundle.launcherBundleManager.d.ts|
60|Added|NA|Class name: launcherBundleManager;<br>Method or attribute name: function getShortcutInfoSync(bundleName: string): Array\<ShortcutInfo>;|@ohos.bundle.launcherBundleManager.d.ts|
61|Added|NA|Class name: overlay;<br>Method or attribute name: function setOverlayEnabled(moduleName: string, isEnabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.bundle.overlay.d.ts|
62|Added|NA|Class name: overlay;<br>Method or attribute name: function setOverlayEnabled(moduleName: string, isEnabled: boolean): Promise\<void>;|@ohos.bundle.overlay.d.ts|
63|Added|NA|Class name: overlay;<br>Method or attribute name: function setOverlayEnabledByBundleName(bundleName: string,<br><br>    moduleName: string, isEnabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.bundle.overlay.d.ts|
64|Added|NA|Class name: overlay;<br>Method or attribute name: function setOverlayEnabledByBundleName(bundleName: string, moduleName: string, isEnabled: boolean): Promise\<void>;|@ohos.bundle.overlay.d.ts|
65|Added|NA|Class name: overlay;<br>Method or attribute name: function getOverlayModuleInfo(moduleName: string, callback: AsyncCallback\<OverlayModuleInfo>): void;|@ohos.bundle.overlay.d.ts|
66|Added|NA|Class name: overlay;<br>Method or attribute name: function getOverlayModuleInfo(moduleName: string): Promise\<OverlayModuleInfo>;|@ohos.bundle.overlay.d.ts|
67|Added|NA|Class name: overlay;<br>Method or attribute name: function getTargetOverlayModuleInfos(targetModuleName: string,<br><br>    callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
68|Added|NA|Class name: overlay;<br>Method or attribute name: function getTargetOverlayModuleInfos(targetModuleName: string): Promise\<Array\<OverlayModuleInfo>>;|@ohos.bundle.overlay.d.ts|
69|Added|NA|Class name: overlay;<br>Method or attribute name: function getOverlayModuleInfoByBundleName(bundleName: string,<br><br>    callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
70|Added|NA|Class name: overlay;<br>Method or attribute name: function getOverlayModuleInfoByBundleName(bundleName: string,<br><br>    moduleName: string, callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
71|Added|NA|Class name: overlay;<br>Method or attribute name: function getOverlayModuleInfoByBundleName(bundleName: string,<br><br>    moduleName?: string): Promise\<Array\<OverlayModuleInfo>>;|@ohos.bundle.overlay.d.ts|
72|Added|NA|Class name: overlay;<br>Method or attribute name: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,<br><br>    callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
73|Added|NA|Class name: overlay;<br>Method or attribute name: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,<br><br>    moduleName: string, callback: AsyncCallback\<Array\<OverlayModuleInfo>>): void;|@ohos.bundle.overlay.d.ts|
74|Added|NA|Class name: overlay;<br>Method or attribute name: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,<br><br>    moduleName?: string): Promise\<Array\<OverlayModuleInfo>>;|@ohos.bundle.overlay.d.ts|
75|Added|NA|Class name: overlay;<br>Method or attribute name: export type OverlayModuleInfo = _OverlayModuleInfo.OverlayModuleInfo;|@ohos.bundle.overlay.d.ts|
76|Added|NA|Class name: zlib;<br>Method or attribute name: function decompressFile(inFile: string, outFile: string, callback: AsyncCallback\<void>): void;|@ohos.zlib.d.ts|
77|Added|NA|Class name: ApplicationInfo;<br>Method or attribute name: readonly metadataArray: Array\<ModuleMetadata>;|ApplicationInfo.d.ts|
78|Added|NA|Class name: ApplicationInfo;<br>Method or attribute name: readonly debug: boolean;|ApplicationInfo.d.ts|
79|Added|NA|Class name: ModuleMetadata;<br>Method or attribute name: readonly moduleName: string;|ApplicationInfo.d.ts|
80|Added|NA|Class name: ModuleMetadata;<br>Method or attribute name: readonly metadata: Array\<Metadata>;|ApplicationInfo.d.ts|
81|Added|NA|Class name: AppProvisionInfo;<br>Method or attribute name: readonly versionCode: number;|AppProvisionInfo.d.ts|
82|Added|NA|Class name: AppProvisionInfo;<br>Method or attribute name: readonly versionName: string;|AppProvisionInfo.d.ts|
83|Added|NA|Class name: AppProvisionInfo;<br>Method or attribute name: readonly uuid: string;|AppProvisionInfo.d.ts|
84|Added|NA|Class name: AppProvisionInfo;<br>Method or attribute name: readonly type: string;|AppProvisionInfo.d.ts|
85|Added|NA|Class name: AppProvisionInfo;<br>Method or attribute name: readonly appDistributionType: string;|AppProvisionInfo.d.ts|
86|Added|NA|Class name: AppProvisionInfo;<br>Method or attribute name: readonly validity: Validity;|AppProvisionInfo.d.ts|
87|Added|NA|Class name: AppProvisionInfo;<br>Method or attribute name: readonly developerId: string;|AppProvisionInfo.d.ts|
88|Added|NA|Class name: AppProvisionInfo;<br>Method or attribute name: readonly certificate: string;|AppProvisionInfo.d.ts|
89|Added|NA|Class name: AppProvisionInfo;<br>Method or attribute name: readonly apl: string;|AppProvisionInfo.d.ts|
90|Added|NA|Class name: AppProvisionInfo;<br>Method or attribute name: readonly issuer: string;|AppProvisionInfo.d.ts|
91|Added|NA|Class name: Validity;<br>Method or attribute name: readonly notBefore: number;|AppProvisionInfo.d.ts|
92|Added|NA|Class name: Validity;<br>Method or attribute name: readonly notAfter: number;|AppProvisionInfo.d.ts|
93|Added|NA|Class name: ReqPermissionDetail;<br>Method or attribute name: moduleName: string;|BundleInfo.d.ts|
94|Added|NA|Class name: Dependency;<br>Method or attribute name: readonly bundleName: string;|HapModuleInfo.d.ts|
95|Added|NA|Class name: Dependency;<br>Method or attribute name: readonly versionCode: number;|HapModuleInfo.d.ts|
96|Added|NA|Class name: OverlayModuleInfo;<br>Method or attribute name: readonly bundleName: string;|OverlayModuleInfo.d.ts|
97|Added|NA|Class name: OverlayModuleInfo;<br>Method or attribute name: readonly moduleName: string;|OverlayModuleInfo.d.ts|
98|Added|NA|Class name: OverlayModuleInfo;<br>Method or attribute name: readonly targetModuleName: string;|OverlayModuleInfo.d.ts|
99|Added|NA|Class name: OverlayModuleInfo;<br>Method or attribute name: readonly priority: number;|OverlayModuleInfo.d.ts|
100|Added|NA|Class name: OverlayModuleInfo;<br>Method or attribute name: readonly state: number;|OverlayModuleInfo.d.ts|
101|Added|NA|Class name: SharedBundleInfo;<br>Method or attribute name: readonly name: string;|SharedBundleInfo.d.ts|
102|Added|NA|Class name: SharedModuleInfo;<br>Method or attribute name: readonly name: string;|SharedBundleInfo.d.ts|
103|Added|NA|Class name: SharedBundleInfo;<br>Method or attribute name: readonly compatiblePolicy: bundleManager.CompatiblePolicy;|SharedBundleInfo.d.ts|
104|Added|NA|Class name: SharedBundleInfo;<br>Method or attribute name: readonly sharedModuleInfo: Array\<SharedModuleInfo>;|SharedBundleInfo.d.ts|
105|Added|NA|Class name: SharedModuleInfo;<br>Method or attribute name: readonly versionCode: number;|SharedBundleInfo.d.ts|
106|Added|NA|Class name: SharedModuleInfo;<br>Method or attribute name: readonly versionName: string;|SharedBundleInfo.d.ts|
107|Added|NA|Class name: SharedModuleInfo;<br>Method or attribute name: readonly description: string;|SharedBundleInfo.d.ts|
108|Added|NA|Class name: SharedModuleInfo;<br>Method or attribute name: readonly descriptionId: number;|SharedBundleInfo.d.ts|
109|Deprecated version changed|Class name: ApplicationInfo;<br>Method or attribute name: readonly metadata: Map\<string, Array\<Metadata>>;<br>Old version information: |Class name: ApplicationInfo;<br>Method or attribute name: readonly metadata: Map\<string, Array\<Metadata>>;<br>New version information: 10<br>Substitute API: ApplicationInfo#metadataArray|ApplicationInfo.d.ts|
110|Error code added|Class name: bundleManager;<br>Method or attribute name: function getBundleInfo(bundleName: string,<br><br>    bundleFlags: number, userId: number, callback: AsyncCallback\<BundleInfo>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getBundleInfo(bundleName: string,<br><br>    bundleFlags: number, userId: number, callback: AsyncCallback\<BundleInfo>): void;<br>New version information: 201,202,401, 17700001, 17700004, 17700026|@ohos.bundle.bundleManager.d.ts|
111|Error code added|Class name: bundleManager;<br>Method or attribute name: function getApplicationInfo(bundleName: string,<br><br>    appFlags: number, userId: number, callback: AsyncCallback\<ApplicationInfo>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getApplicationInfo(bundleName: string,<br><br>    appFlags: number, userId: number, callback: AsyncCallback\<ApplicationInfo>): void;<br>New version information: 201,202,401, 17700001, 17700004, 17700026|@ohos.bundle.bundleManager.d.ts|
112|Error code added|Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>New version information: 201,202,401, 17700004|@ohos.bundle.bundleManager.d.ts|
113|Error code added|Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number,<br><br>    userId: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number,<br><br>    userId: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>New version information: 201,202,401, 17700004|@ohos.bundle.bundleManager.d.ts|
114|Error code added|Class name: bundleManager;<br>Method or attribute name: function queryAbilityInfo(want: Want,<br><br>    abilityFlags: number, userId: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function queryAbilityInfo(want: Want,<br><br>    abilityFlags: number, userId: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>New version information: 201,202,401, 17700001, 17700003,17700004, 17700026, 17700029|@ohos.bundle.bundleManager.d.ts|
115|Error code added|Class name: bundleManager;<br>Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,<br><br>    extensionAbilityFlags: number, userId: number, callback: AsyncCallback\<Array\<ExtensionAbilityInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,<br><br>    extensionAbilityFlags: number, userId: number, callback: AsyncCallback\<Array\<ExtensionAbilityInfo>>): void;<br>New version information: 201,202,401, 17700001, 17700003,17700004, 17700026|@ohos.bundle.bundleManager.d.ts|
116|Error code added|Class name: defaultAppManager;<br>Method or attribute name: function getDefaultApplication(type: string, callback: AsyncCallback\<BundleInfo>): void;<br>Old version information: |Class name: defaultAppManager;<br>Method or attribute name: function getDefaultApplication(type: string, callback: AsyncCallback\<BundleInfo>): void;<br>New version information: 201,202,401,801, 17700023,17700025|@ohos.bundle.defaultAppManager.d.ts|
117|Error code added|Class name: defaultAppManager;<br>Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: defaultAppManager;<br>Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,801, 17700025, 17700028|@ohos.bundle.defaultAppManager.d.ts|
118|Error code added|Class name: defaultAppManager;<br>Method or attribute name: function resetDefaultApplication(type: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: defaultAppManager;<br>Method or attribute name: function resetDefaultApplication(type: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,801, 17700025|@ohos.bundle.defaultAppManager.d.ts|
119|Error code added|Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401, 17700010, 17700011, 17700012, 17700015, 17700016, 17700017, 17700018, 17700031, 17700036, 17700039, 17700041, 17700042, 17700043,17700044, 17700047, 17700048, 17700050|@ohos.bundle.installer.d.ts|
120|Error code added|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401, 17700001, 17700020, 17700040, 17700045|@ohos.bundle.installer.d.ts|
121|Error code added|Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401, 17700001|@ohos.bundle.installer.d.ts|
122|Error code changed|Class name: bundleManager;<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<BundleInfo>): void;<br>Old version information: 201,202,401, 17700001, 17700004, 17700026|Class name: bundleManager;<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<BundleInfo>): void;<br>New version information: 201,202,401, 17700001, 17700026|@ohos.bundle.bundleManager.d.ts|
123|Error code changed|Class name: bundleManager;<br>Method or attribute name: function getApplicationInfo(bundleName: string, appFlags: number, callback: AsyncCallback\<ApplicationInfo>): void;<br>Old version information: 201,202,401, 17700001, 17700004, 17700026|Class name: bundleManager;<br>Method or attribute name: function getApplicationInfo(bundleName: string, appFlags: number, callback: AsyncCallback\<ApplicationInfo>): void;<br>New version information: 201,202,401, 17700001, 17700026|@ohos.bundle.bundleManager.d.ts|
124|Error code changed|Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>Old version information: 201,202,401, 17700004|Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>New version information: 201,202,401|@ohos.bundle.bundleManager.d.ts|
125|Error code changed|Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>Old version information: 201,202,401, 17700004|Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>New version information: 201,202,401|@ohos.bundle.bundleManager.d.ts|
126|Error code changed|Class name: bundleManager;<br>Method or attribute name: function queryAbilityInfo(want: Want, abilityFlags: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>Old version information: 201,202,401, 17700001, 17700003,17700004, 17700026, 17700029|Class name: bundleManager;<br>Method or attribute name: function queryAbilityInfo(want: Want, abilityFlags: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>New version information: 201,202,401, 17700001, 17700003,17700026, 17700029|@ohos.bundle.bundleManager.d.ts|
127|Error code changed|Class name: bundleManager;<br>Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,<br><br>    extensionAbilityFlags: number, callback: AsyncCallback\<Array\<ExtensionAbilityInfo>>): void;<br>Old version information: 201,202,401, 17700001, 17700003,17700004, 17700026|Class name: bundleManager;<br>Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,<br><br>    extensionAbilityFlags: number, callback: AsyncCallback\<Array\<ExtensionAbilityInfo>>): void;<br>New version information: 201,202,401, 17700001, 17700003,17700026|@ohos.bundle.bundleManager.d.ts|
128|Error code changed|Class name: bundleManager;<br>Method or attribute name: function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\<Want>): void;<br>Old version information: 201,202,401, 17700001, 17700004, 17700026|Class name: bundleManager;<br>Method or attribute name: function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\<Want>): void;<br>New version information: 201,202,401, 17700001, 17700026|@ohos.bundle.bundleManager.d.ts|
129|Error code changed|Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>Old version information: 201,202,401, 17700004, 17700010, 17700011, 17700012, 17700015, 17700016, 17700017, 17700018|Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401, 17700004, 17700010, 17700011, 17700012, 17700015, 17700016, 17700017, 17700018, 17700031, 17700036, 17700039, 17700041, 17700042, 17700043,17700044, 17700047, 17700048, 17700050|@ohos.bundle.installer.d.ts|
130|Error code changed|Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, installParam?: InstallParam): Promise\<void>;<br>Old version information: 201,202,401, 17700004, 17700010, 17700011, 17700012, 17700015, 17700016, 17700017, 17700018|Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, installParam?: InstallParam): Promise\<void>;<br>New version information: 201,202,401, 17700004, 17700010, 17700011, 17700012, 17700015, 17700016, 17700017, 17700018, 17700031, 17700036, 17700039, 17700041, 17700042, 17700043,17700044, 17700047, 17700048, 17700050|@ohos.bundle.installer.d.ts|
131|Error code changed|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>Old version information: 201,202,401, 17700004, 17700020|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401, 17700001, 17700004, 17700020, 17700040, 17700045|@ohos.bundle.installer.d.ts|
132|Error code changed|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, installParam?: InstallParam): Promise\<void>;<br>Old version information: 201,202,401, 17700004, 17700020|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, installParam?: InstallParam): Promise\<void>;<br>New version information: 201,202,401, 17700001, 17700004, 17700020, 17700040, 17700045|@ohos.bundle.installer.d.ts|
133|Error code changed|Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>Old version information: 201,202,401, 17700004|Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401, 17700001, 17700004|@ohos.bundle.installer.d.ts|
134|Error code changed|Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, installParam?: InstallParam): Promise\<void>;<br>Old version information: 201,202,401, 17700004|Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, installParam?: InstallParam): Promise\<void>;<br>New version information: 201,202,401, 17700001, 17700004|@ohos.bundle.installer.d.ts|
135|Error code changed|Class name: zlib;<br>Method or attribute name: function decompressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback\<void>): void;<br>Old version information: 401,900001,900002|Class name: zlib;<br>Method or attribute name: function decompressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback\<void>): void;<br>New version information: 401,900001,900002,900003|@ohos.zlib.d.ts|
136|Error code changed|Class name: zlib;<br>Method or attribute name: function decompressFile(inFile: string, outFile: string, options?: Options): Promise\<void>;<br>Old version information: 401,900001,900002|Class name: zlib;<br>Method or attribute name: function decompressFile(inFile: string, outFile: string, options?: Options): Promise\<void>;<br>New version information: 401,900001,900002,900003|@ohos.zlib.d.ts|
137|Access level changed|Class name: bundleManager;<br>Method or attribute name: function getBundleInfo(bundleName: string,<br><br>    bundleFlags: number, userId: number, callback: AsyncCallback\<BundleInfo>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getBundleInfo(bundleName: string,<br><br>    bundleFlags: number, userId: number, callback: AsyncCallback\<BundleInfo>): void;<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
138|Access level changed|Class name: bundleManager;<br>Method or attribute name: function getApplicationInfo(bundleName: string,<br><br>    appFlags: number, userId: number, callback: AsyncCallback\<ApplicationInfo>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getApplicationInfo(bundleName: string,<br><br>    appFlags: number, userId: number, callback: AsyncCallback\<ApplicationInfo>): void;<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
139|Access level changed|Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
140|Access level changed|Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number,<br><br>    userId: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number,<br><br>    userId: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
141|Access level changed|Class name: bundleManager;<br>Method or attribute name: function queryAbilityInfo(want: Want,<br><br>    abilityFlags: number, userId: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function queryAbilityInfo(want: Want,<br><br>    abilityFlags: number, userId: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
142|Access level changed|Class name: bundleManager;<br>Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,<br><br>    extensionAbilityFlags: number, userId: number, callback: AsyncCallback\<Array\<ExtensionAbilityInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,<br><br>    extensionAbilityFlags: number, userId: number, callback: AsyncCallback\<Array\<ExtensionAbilityInfo>>): void;<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
143|Access level changed|Class name: ApplicationFlag;<br>Method or attribute name: GET_APPLICATION_INFO_DEFAULT = 0x00000000<br>Old version information: |Class name: ApplicationFlag;<br>Method or attribute name: GET_APPLICATION_INFO_DEFAULT = 0x00000000<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
144|Access level changed|Class name: ApplicationFlag;<br>Method or attribute name: GET_APPLICATION_INFO_WITH_PERMISSION = 0x00000001<br>Old version information: |Class name: ApplicationFlag;<br>Method or attribute name: GET_APPLICATION_INFO_WITH_PERMISSION = 0x00000001<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
145|Access level changed|Class name: ApplicationFlag;<br>Method or attribute name: GET_APPLICATION_INFO_WITH_METADATA = 0x00000002<br>Old version information: |Class name: ApplicationFlag;<br>Method or attribute name: GET_APPLICATION_INFO_WITH_METADATA = 0x00000002<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
146|Access level changed|Class name: ApplicationFlag;<br>Method or attribute name: GET_APPLICATION_INFO_WITH_DISABLE = 0x00000004<br>Old version information: |Class name: ApplicationFlag;<br>Method or attribute name: GET_APPLICATION_INFO_WITH_DISABLE = 0x00000004<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
147|Access level changed|Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_DEFAULT = 0x00000000<br>Old version information: |Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_DEFAULT = 0x00000000<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
148|Access level changed|Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_WITH_PERMISSION = 0x00000001<br>Old version information: |Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_WITH_PERMISSION = 0x00000001<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
149|Access level changed|Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_WITH_APPLICATION = 0x00000002<br>Old version information: |Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_WITH_APPLICATION = 0x00000002<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
150|Access level changed|Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_WITH_METADATA = 0x00000004<br>Old version information: |Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_WITH_METADATA = 0x00000004<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
151|Access level changed|Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_WITH_DISABLE = 0x00000008<br>Old version information: |Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_WITH_DISABLE = 0x00000008<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
152|Access level changed|Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_ONLY_SYSTEM_APP = 0x00000010<br>Old version information: |Class name: AbilityFlag;<br>Method or attribute name: GET_ABILITY_INFO_ONLY_SYSTEM_APP = 0x00000010<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
153|Access level changed|Class name: ExtensionAbilityFlag;<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_DEFAULT = 0x00000000<br>Old version information: |Class name: ExtensionAbilityFlag;<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_DEFAULT = 0x00000000<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
154|Access level changed|Class name: ExtensionAbilityFlag;<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_PERMISSION = 0x00000001<br>Old version information: |Class name: ExtensionAbilityFlag;<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_PERMISSION = 0x00000001<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
155|Access level changed|Class name: ExtensionAbilityFlag;<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_APPLICATION = 0x00000002<br>Old version information: |Class name: ExtensionAbilityFlag;<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_APPLICATION = 0x00000002<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
156|Access level changed|Class name: ExtensionAbilityFlag;<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_METADATA = 0x00000004<br>Old version information: |Class name: ExtensionAbilityFlag;<br>Method or attribute name: GET_EXTENSION_ABILITY_INFO_WITH_METADATA = 0x00000004<br>New version information: systemapi|@ohos.bundle.bundleManager.d.ts|
157|Access level changed|Class name: bundle;<br>Method or attribute name: function getBundleInstaller(): Promise\<BundleInstaller>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getBundleInstaller(): Promise\<BundleInstaller>;<br>New version information: systemapi|@ohos.bundle.d.ts|
158|Access level changed|Class name: bundle;<br>Method or attribute name: function cleanBundleCacheFiles(bundleName: string): Promise\<void>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function cleanBundleCacheFiles(bundleName: string): Promise\<void>;<br>New version information: systemapi|@ohos.bundle.d.ts|
159|Access level changed|Class name: bundle;<br>Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\<void>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\<void>;<br>New version information: systemapi|@ohos.bundle.d.ts|
160|Access level changed|Class name: bundle;<br>Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\<void>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\<void>;<br>New version information: systemapi|@ohos.bundle.d.ts|
161|Access level changed|Class name: bundle;<br>Method or attribute name: function getPermissionDef(permissionName: string): Promise\<PermissionDef>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getPermissionDef(permissionName: string): Promise\<PermissionDef>;<br>New version information: systemapi|@ohos.bundle.d.ts|
162|Access level changed|Class name: defaultAppManager;<br>Method or attribute name: function getDefaultApplication(type: string, callback: AsyncCallback\<BundleInfo>): void;<br>Old version information: |Class name: defaultAppManager;<br>Method or attribute name: function getDefaultApplication(type: string, callback: AsyncCallback\<BundleInfo>): void;<br>New version information: systemapi|@ohos.bundle.defaultAppManager.d.ts|
163|Access level changed|Class name: defaultAppManager;<br>Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: defaultAppManager;<br>Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.bundle.defaultAppManager.d.ts|
164|Access level changed|Class name: defaultAppManager;<br>Method or attribute name: function resetDefaultApplication(type: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: defaultAppManager;<br>Method or attribute name: function resetDefaultApplication(type: string, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.bundle.defaultAppManager.d.ts|
165|Access level changed|Class name: UpgradeFlag;<br>Method or attribute name: NOT_UPGRADE = 0<br>Old version information: |Class name: UpgradeFlag;<br>Method or attribute name: NOT_UPGRADE = 0<br>New version information: systemapi|@ohos.bundle.freeInstall.d.ts|
166|Access level changed|Class name: UpgradeFlag;<br>Method or attribute name: SINGLE_UPGRADE = 1<br>Old version information: |Class name: UpgradeFlag;<br>Method or attribute name: SINGLE_UPGRADE = 1<br>New version information: systemapi|@ohos.bundle.freeInstall.d.ts|
167|Access level changed|Class name: UpgradeFlag;<br>Method or attribute name: RELATION_UPGRADE = 2<br>Old version information: |Class name: UpgradeFlag;<br>Method or attribute name: RELATION_UPGRADE = 2<br>New version information: systemapi|@ohos.bundle.freeInstall.d.ts|
168|Access level changed|Class name: BundlePackFlag;<br>Method or attribute name: GET_PACK_INFO_ALL = 0x00000000<br>Old version information: |Class name: BundlePackFlag;<br>Method or attribute name: GET_PACK_INFO_ALL = 0x00000000<br>New version information: systemapi|@ohos.bundle.freeInstall.d.ts|
169|Access level changed|Class name: BundlePackFlag;<br>Method or attribute name: GET_PACKAGES = 0x00000001<br>Old version information: |Class name: BundlePackFlag;<br>Method or attribute name: GET_PACKAGES = 0x00000001<br>New version information: systemapi|@ohos.bundle.freeInstall.d.ts|
170|Access level changed|Class name: BundlePackFlag;<br>Method or attribute name: GET_BUNDLE_SUMMARY = 0x00000002<br>Old version information: |Class name: BundlePackFlag;<br>Method or attribute name: GET_BUNDLE_SUMMARY = 0x00000002<br>New version information: systemapi|@ohos.bundle.freeInstall.d.ts|
171|Access level changed|Class name: BundlePackFlag;<br>Method or attribute name: GET_MODULE_SUMMARY = 0x00000004<br>Old version information: |Class name: BundlePackFlag;<br>Method or attribute name: GET_MODULE_SUMMARY = 0x00000004<br>New version information: systemapi|@ohos.bundle.freeInstall.d.ts|
172|Access level changed|Class name: innerBundleManager;<br>Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number): Promise\<Array\<LauncherAbilityInfo>>;<br>Old version information: |Class name: innerBundleManager;<br>Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number): Promise\<Array\<LauncherAbilityInfo>>;<br>New version information: systemapi|@ohos.bundle.innerBundleManager.d.ts|
173|Access level changed|Class name: innerBundleManager;<br>Method or attribute name: function on(type: 'BundleStatusChange', bundleStatusCallback: BundleStatusCallback): Promise\<string>;<br>Old version information: |Class name: innerBundleManager;<br>Method or attribute name: function on(type: 'BundleStatusChange', bundleStatusCallback: BundleStatusCallback): Promise\<string>;<br>New version information: systemapi|@ohos.bundle.innerBundleManager.d.ts|
174|Access level changed|Class name: innerBundleManager;<br>Method or attribute name: function off(type: 'BundleStatusChange'): Promise\<string>;<br>Old version information: |Class name: innerBundleManager;<br>Method or attribute name: function off(type: 'BundleStatusChange'): Promise\<string>;<br>New version information: systemapi|@ohos.bundle.innerBundleManager.d.ts|
175|Access level changed|Class name: innerBundleManager;<br>Method or attribute name: function getAllLauncherAbilityInfos(userId: number): Promise\<Array\<LauncherAbilityInfo>>;<br>Old version information: |Class name: innerBundleManager;<br>Method or attribute name: function getAllLauncherAbilityInfos(userId: number): Promise\<Array\<LauncherAbilityInfo>>;<br>New version information: systemapi|@ohos.bundle.innerBundleManager.d.ts|
176|Access level changed|Class name: innerBundleManager;<br>Method or attribute name: function getShortcutInfos(bundleName: string): Promise\<Array\<ShortcutInfo>>;<br>Old version information: |Class name: innerBundleManager;<br>Method or attribute name: function getShortcutInfos(bundleName: string): Promise\<Array\<ShortcutInfo>>;<br>New version information: systemapi|@ohos.bundle.innerBundleManager.d.ts|
177|Access level changed|Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.bundle.installer.d.ts|
178|Access level changed|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.bundle.installer.d.ts|
179|Access level changed|Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.bundle.installer.d.ts|
180|Access level changed|Class name: HashParam;<br>Method or attribute name: moduleName: string;<br>Old version information: |Class name: HashParam;<br>Method or attribute name: moduleName: string;<br>New version information: systemapi|@ohos.bundle.installer.d.ts|
181|Access level changed|Class name: HashParam;<br>Method or attribute name: hashValue: string;<br>Old version information: |Class name: HashParam;<br>Method or attribute name: hashValue: string;<br>New version information: systemapi|@ohos.bundle.installer.d.ts|
182|Access level changed|Class name: InstallParam;<br>Method or attribute name: userId?: number;<br>Old version information: |Class name: InstallParam;<br>Method or attribute name: userId?: number;<br>New version information: systemapi|@ohos.bundle.installer.d.ts|
183|Access level changed|Class name: InstallParam;<br>Method or attribute name: installFlag?: number;<br>Old version information: |Class name: InstallParam;<br>Method or attribute name: installFlag?: number;<br>New version information: systemapi|@ohos.bundle.installer.d.ts|
184|Access level changed|Class name: InstallParam;<br>Method or attribute name: isKeepData?: boolean;<br>Old version information: |Class name: InstallParam;<br>Method or attribute name: isKeepData?: boolean;<br>New version information: systemapi|@ohos.bundle.installer.d.ts|
185|Access level changed|Class name: InstallParam;<br>Method or attribute name: hashParams?: Array\<HashParam>;<br>Old version information: |Class name: InstallParam;<br>Method or attribute name: hashParams?: Array\<HashParam>;<br>New version information: systemapi|@ohos.bundle.installer.d.ts|
186|Access level changed|Class name: InstallParam;<br>Method or attribute name: crowdtestDeadline?: number;<br>Old version information: |Class name: InstallParam;<br>Method or attribute name: crowdtestDeadline?: number;<br>New version information: systemapi|@ohos.bundle.installer.d.ts|
187|Access level changed|Class name: distributedBundle;<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName): Promise\<RemoteAbilityInfo>;<br>Old version information: |Class name: distributedBundle;<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName): Promise\<RemoteAbilityInfo>;<br>New version information: systemapi|@ohos.distributedBundle.d.ts|
188|Access level changed|Class name: distributedBundle;<br>Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\<ElementName>): Promise\<Array\<RemoteAbilityInfo>>;<br>Old version information: |Class name: distributedBundle;<br>Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\<ElementName>): Promise\<Array\<RemoteAbilityInfo>>;<br>New version information: systemapi|@ohos.distributedBundle.d.ts|
189|Access level changed|Class name: InstallParam;<br>Method or attribute name: userId: number;<br>Old version information: |Class name: InstallParam;<br>Method or attribute name: userId: number;<br>New version information: systemapi|bundleInstaller.d.ts|
190|Access level changed|Class name: InstallParam;<br>Method or attribute name: installFlag: number;<br>Old version information: |Class name: InstallParam;<br>Method or attribute name: installFlag: number;<br>New version information: systemapi|bundleInstaller.d.ts|
191|Access level changed|Class name: InstallParam;<br>Method or attribute name: isKeepData: boolean;<br>Old version information: |Class name: InstallParam;<br>Method or attribute name: isKeepData: boolean;<br>New version information: systemapi|bundleInstaller.d.ts|
192|Access level changed|Class name: InstallStatus;<br>Method or attribute name: status: bundle.InstallErrorCode;<br>Old version information: |Class name: InstallStatus;<br>Method or attribute name: status: bundle.InstallErrorCode;<br>New version information: systemapi|bundleInstaller.d.ts|
193|Access level changed|Class name: InstallStatus;<br>Method or attribute name: statusMessage: string;<br>Old version information: |Class name: InstallStatus;<br>Method or attribute name: statusMessage: string;<br>New version information: systemapi|bundleInstaller.d.ts|
194|Access level changed|Class name: BundleInstaller;<br>Method or attribute name: install(bundleFilePaths: Array\<string>, param: InstallParam, callback: AsyncCallback\<InstallStatus>): void;<br>Old version information: |Class name: BundleInstaller;<br>Method or attribute name: install(bundleFilePaths: Array\<string>, param: InstallParam, callback: AsyncCallback\<InstallStatus>): void;<br>New version information: systemapi|bundleInstaller.d.ts|
195|Access level changed|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback\<InstallStatus>): void;<br>Old version information: |Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback\<InstallStatus>): void;<br>New version information: systemapi|bundleInstaller.d.ts|
196|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;<br>New version information: systemapi|launcherAbilityInfo.d.ts|
197|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly elementName: ElementName;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly elementName: ElementName;<br>New version information: systemapi|launcherAbilityInfo.d.ts|
198|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly labelId: number;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly labelId: number;<br>New version information: systemapi|launcherAbilityInfo.d.ts|
199|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly iconId: number;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly iconId: number;<br>New version information: systemapi|launcherAbilityInfo.d.ts|
200|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly userId: number;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly userId: number;<br>New version information: systemapi|launcherAbilityInfo.d.ts|
201|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly installTime: number;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly installTime: number;<br>New version information: systemapi|launcherAbilityInfo.d.ts|
202|Access level changed|Class name: PermissionDef;<br>Method or attribute name: permissionName: string;<br>Old version information: |Class name: PermissionDef;<br>Method or attribute name: permissionName: string;<br>New version information: systemapi|PermissionDef.d.ts|
203|Access level changed|Class name: PermissionDef;<br>Method or attribute name: grantMode: number;<br>Old version information: |Class name: PermissionDef;<br>Method or attribute name: grantMode: number;<br>New version information: systemapi|PermissionDef.d.ts|
204|Access level changed|Class name: PermissionDef;<br>Method or attribute name: labelId: number;<br>Old version information: |Class name: PermissionDef;<br>Method or attribute name: labelId: number;<br>New version information: systemapi|PermissionDef.d.ts|
205|Access level changed|Class name: PermissionDef;<br>Method or attribute name: descriptionId: number;<br>Old version information: |Class name: PermissionDef;<br>Method or attribute name: descriptionId: number;<br>New version information: systemapi|PermissionDef.d.ts|
206|Access level changed|Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly elementName: ElementName;<br>Old version information: |Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly elementName: ElementName;<br>New version information: systemapi|remoteAbilityInfo.d.ts|
207|Access level changed|Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly label: string;<br>Old version information: |Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly label: string;<br>New version information: systemapi|remoteAbilityInfo.d.ts|
208|Access level changed|Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly icon: string;<br>Old version information: |Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly icon: string;<br>New version information: systemapi|remoteAbilityInfo.d.ts|
209|Access level changed|Class name: ShortcutWant;<br>Method or attribute name: readonly targetBundle: string;<br>Old version information: |Class name: ShortcutWant;<br>Method or attribute name: readonly targetBundle: string;<br>New version information: systemapi|shortcutInfo.d.ts|
210|Access level changed|Class name: ShortcutWant;<br>Method or attribute name: readonly targetClass: string;<br>Old version information: |Class name: ShortcutWant;<br>Method or attribute name: readonly targetClass: string;<br>New version information: systemapi|shortcutInfo.d.ts|
211|Access level changed|Class name: BundlePackInfo;<br>Method or attribute name: readonly packages: Array\<PackageConfig>;<br>Old version information: |Class name: BundlePackInfo;<br>Method or attribute name: readonly packages: Array\<PackageConfig>;<br>New version information: systemapi|BundlePackInfo.d.ts|
212|Access level changed|Class name: BundlePackInfo;<br>Method or attribute name: readonly summary: PackageSummary;<br>Old version information: |Class name: BundlePackInfo;<br>Method or attribute name: readonly summary: PackageSummary;<br>New version information: systemapi|BundlePackInfo.d.ts|
213|Access level changed|Class name: PackageConfig;<br>Method or attribute name: readonly deviceTypes: Array\<string>;<br>Old version information: |Class name: PackageConfig;<br>Method or attribute name: readonly deviceTypes: Array\<string>;<br>New version information: systemapi|BundlePackInfo.d.ts|
214|Access level changed|Class name: ModuleConfigInfo;<br>Method or attribute name: readonly deviceTypes: Array\<string>;<br>Old version information: |Class name: ModuleConfigInfo;<br>Method or attribute name: readonly deviceTypes: Array\<string>;<br>New version information: systemapi|BundlePackInfo.d.ts|
215|Access level changed|Class name: PackageConfig;<br>Method or attribute name: readonly name: string;<br>Old version information: |Class name: PackageConfig;<br>Method or attribute name: readonly name: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
216|Access level changed|Class name: ExtensionAbility;<br>Method or attribute name: readonly name: string;<br>Old version information: |Class name: ExtensionAbility;<br>Method or attribute name: readonly name: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
217|Access level changed|Class name: ModuleAbilityInfo;<br>Method or attribute name: readonly name: string;<br>Old version information: |Class name: ModuleAbilityInfo;<br>Method or attribute name: readonly name: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
218|Access level changed|Class name: AbilityFormInfo;<br>Method or attribute name: readonly name: string;<br>Old version information: |Class name: AbilityFormInfo;<br>Method or attribute name: readonly name: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
219|Access level changed|Class name: Version;<br>Method or attribute name: readonly name: string;<br>Old version information: |Class name: Version;<br>Method or attribute name: readonly name: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
220|Access level changed|Class name: PackageConfig;<br>Method or attribute name: readonly moduleType: string;<br>Old version information: |Class name: PackageConfig;<br>Method or attribute name: readonly moduleType: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
221|Access level changed|Class name: ModuleDistroInfo;<br>Method or attribute name: readonly moduleType: string;<br>Old version information: |Class name: ModuleDistroInfo;<br>Method or attribute name: readonly moduleType: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
222|Access level changed|Class name: PackageConfig;<br>Method or attribute name: readonly deliveryWithInstall: boolean;<br>Old version information: |Class name: PackageConfig;<br>Method or attribute name: readonly deliveryWithInstall: boolean;<br>New version information: systemapi|BundlePackInfo.d.ts|
223|Access level changed|Class name: ModuleDistroInfo;<br>Method or attribute name: readonly deliveryWithInstall: boolean;<br>Old version information: |Class name: ModuleDistroInfo;<br>Method or attribute name: readonly deliveryWithInstall: boolean;<br>New version information: systemapi|BundlePackInfo.d.ts|
224|Access level changed|Class name: PackageSummary;<br>Method or attribute name: readonly app: BundleConfigInfo;<br>Old version information: |Class name: PackageSummary;<br>Method or attribute name: readonly app: BundleConfigInfo;<br>New version information: systemapi|BundlePackInfo.d.ts|
225|Access level changed|Class name: PackageSummary;<br>Method or attribute name: readonly modules: Array\<ModuleConfigInfo>;<br>Old version information: |Class name: PackageSummary;<br>Method or attribute name: readonly modules: Array\<ModuleConfigInfo>;<br>New version information: systemapi|BundlePackInfo.d.ts|
226|Access level changed|Class name: BundleConfigInfo;<br>Method or attribute name: readonly bundleName: string;<br>Old version information: |Class name: BundleConfigInfo;<br>Method or attribute name: readonly bundleName: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
227|Access level changed|Class name: BundleConfigInfo;<br>Method or attribute name: readonly version: Version;<br>Old version information: |Class name: BundleConfigInfo;<br>Method or attribute name: readonly version: Version;<br>New version information: systemapi|BundlePackInfo.d.ts|
228|Access level changed|Class name: ExtensionAbility;<br>Method or attribute name: readonly forms: Array\<AbilityFormInfo>;<br>Old version information: |Class name: ExtensionAbility;<br>Method or attribute name: readonly forms: Array\<AbilityFormInfo>;<br>New version information: systemapi|BundlePackInfo.d.ts|
229|Access level changed|Class name: ModuleAbilityInfo;<br>Method or attribute name: readonly forms: Array\<AbilityFormInfo>;<br>Old version information: |Class name: ModuleAbilityInfo;<br>Method or attribute name: readonly forms: Array\<AbilityFormInfo>;<br>New version information: systemapi|BundlePackInfo.d.ts|
230|Access level changed|Class name: ModuleConfigInfo;<br>Method or attribute name: readonly mainAbility: string;<br>Old version information: |Class name: ModuleConfigInfo;<br>Method or attribute name: readonly mainAbility: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
231|Access level changed|Class name: ModuleConfigInfo;<br>Method or attribute name: readonly apiVersion: ApiVersion;<br>Old version information: |Class name: ModuleConfigInfo;<br>Method or attribute name: readonly apiVersion: ApiVersion;<br>New version information: systemapi|BundlePackInfo.d.ts|
232|Access level changed|Class name: ModuleConfigInfo;<br>Method or attribute name: readonly distro: ModuleDistroInfo;<br>Old version information: |Class name: ModuleConfigInfo;<br>Method or attribute name: readonly distro: ModuleDistroInfo;<br>New version information: systemapi|BundlePackInfo.d.ts|
233|Access level changed|Class name: ModuleConfigInfo;<br>Method or attribute name: readonly abilities: Array\<ModuleAbilityInfo>;<br>Old version information: |Class name: ModuleConfigInfo;<br>Method or attribute name: readonly abilities: Array\<ModuleAbilityInfo>;<br>New version information: systemapi|BundlePackInfo.d.ts|
234|Access level changed|Class name: ModuleConfigInfo;<br>Method or attribute name: readonly extensionAbilities: Array\<ExtensionAbility>;<br>Old version information: |Class name: ModuleConfigInfo;<br>Method or attribute name: readonly extensionAbilities: Array\<ExtensionAbility>;<br>New version information: systemapi|BundlePackInfo.d.ts|
235|Access level changed|Class name: ModuleDistroInfo;<br>Method or attribute name: readonly installationFree: boolean;<br>Old version information: |Class name: ModuleDistroInfo;<br>Method or attribute name: readonly installationFree: boolean;<br>New version information: systemapi|BundlePackInfo.d.ts|
236|Access level changed|Class name: ModuleDistroInfo;<br>Method or attribute name: readonly moduleName: string;<br>Old version information: |Class name: ModuleDistroInfo;<br>Method or attribute name: readonly moduleName: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
237|Access level changed|Class name: ModuleAbilityInfo;<br>Method or attribute name: readonly label: string;<br>Old version information: |Class name: ModuleAbilityInfo;<br>Method or attribute name: readonly label: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
238|Access level changed|Class name: ModuleAbilityInfo;<br>Method or attribute name: readonly exported: boolean;<br>Old version information: |Class name: ModuleAbilityInfo;<br>Method or attribute name: readonly exported: boolean;<br>New version information: systemapi|BundlePackInfo.d.ts|
239|Access level changed|Class name: AbilityFormInfo;<br>Method or attribute name: readonly type: string;<br>Old version information: |Class name: AbilityFormInfo;<br>Method or attribute name: readonly type: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
240|Access level changed|Class name: AbilityFormInfo;<br>Method or attribute name: readonly updateEnabled: boolean;<br>Old version information: |Class name: AbilityFormInfo;<br>Method or attribute name: readonly updateEnabled: boolean;<br>New version information: systemapi|BundlePackInfo.d.ts|
241|Access level changed|Class name: AbilityFormInfo;<br>Method or attribute name: readonly scheduledUpdateTime: string;<br>Old version information: |Class name: AbilityFormInfo;<br>Method or attribute name: readonly scheduledUpdateTime: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
242|Access level changed|Class name: AbilityFormInfo;<br>Method or attribute name: readonly updateDuration: number;<br>Old version information: |Class name: AbilityFormInfo;<br>Method or attribute name: readonly updateDuration: number;<br>New version information: systemapi|BundlePackInfo.d.ts|
243|Access level changed|Class name: AbilityFormInfo;<br>Method or attribute name: readonly supportDimensions: Array\<string>;<br>Old version information: |Class name: AbilityFormInfo;<br>Method or attribute name: readonly supportDimensions: Array\<string>;<br>New version information: systemapi|BundlePackInfo.d.ts|
244|Access level changed|Class name: AbilityFormInfo;<br>Method or attribute name: readonly defaultDimension: string;<br>Old version information: |Class name: AbilityFormInfo;<br>Method or attribute name: readonly defaultDimension: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
245|Access level changed|Class name: Version;<br>Method or attribute name: readonly minCompatibleVersionCode: number;<br>Old version information: |Class name: Version;<br>Method or attribute name: readonly minCompatibleVersionCode: number;<br>New version information: systemapi|BundlePackInfo.d.ts|
246|Access level changed|Class name: Version;<br>Method or attribute name: readonly code: number;<br>Old version information: |Class name: Version;<br>Method or attribute name: readonly code: number;<br>New version information: systemapi|BundlePackInfo.d.ts|
247|Access level changed|Class name: ApiVersion;<br>Method or attribute name: readonly releaseType: string;<br>Old version information: |Class name: ApiVersion;<br>Method or attribute name: readonly releaseType: string;<br>New version information: systemapi|BundlePackInfo.d.ts|
248|Access level changed|Class name: ApiVersion;<br>Method or attribute name: readonly compatible: number;<br>Old version information: |Class name: ApiVersion;<br>Method or attribute name: readonly compatible: number;<br>New version information: systemapi|BundlePackInfo.d.ts|
249|Access level changed|Class name: ApiVersion;<br>Method or attribute name: readonly target: number;<br>Old version information: |Class name: ApiVersion;<br>Method or attribute name: readonly target: number;<br>New version information: systemapi|BundlePackInfo.d.ts|
250|Access level changed|Class name: DispatchInfo;<br>Method or attribute name: readonly version: string;<br>Old version information: |Class name: DispatchInfo;<br>Method or attribute name: readonly version: string;<br>New version information: systemapi|DispatchInfo.d.ts|
251|Access level changed|Class name: DispatchInfo;<br>Method or attribute name: readonly dispatchAPIVersion: string;<br>Old version information: |Class name: DispatchInfo;<br>Method or attribute name: readonly dispatchAPIVersion: string;<br>New version information: systemapi|DispatchInfo.d.ts|
252|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;<br>New version information: systemapi|LauncherAbilityInfo.d.ts|
253|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly elementName: ElementName;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly elementName: ElementName;<br>New version information: systemapi|LauncherAbilityInfo.d.ts|
254|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly labelId: number;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly labelId: number;<br>New version information: systemapi|LauncherAbilityInfo.d.ts|
255|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly iconId: number;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly iconId: number;<br>New version information: systemapi|LauncherAbilityInfo.d.ts|
256|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly userId: number;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly userId: number;<br>New version information: systemapi|LauncherAbilityInfo.d.ts|
257|Access level changed|Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly installTime: number;<br>Old version information: |Class name: LauncherAbilityInfo;<br>Method or attribute name: readonly installTime: number;<br>New version information: systemapi|LauncherAbilityInfo.d.ts|
258|Access level changed|Class name: PermissionDef;<br>Method or attribute name: readonly permissionName: string;<br>Old version information: |Class name: PermissionDef;<br>Method or attribute name: readonly permissionName: string;<br>New version information: systemapi|PermissionDef.d.ts|
259|Access level changed|Class name: PermissionDef;<br>Method or attribute name: readonly grantMode: number;<br>Old version information: |Class name: PermissionDef;<br>Method or attribute name: readonly grantMode: number;<br>New version information: systemapi|PermissionDef.d.ts|
260|Access level changed|Class name: PermissionDef;<br>Method or attribute name: readonly labelId: number;<br>Old version information: |Class name: PermissionDef;<br>Method or attribute name: readonly labelId: number;<br>New version information: systemapi|PermissionDef.d.ts|
261|Access level changed|Class name: PermissionDef;<br>Method or attribute name: readonly descriptionId: number;<br>Old version information: |Class name: PermissionDef;<br>Method or attribute name: readonly descriptionId: number;<br>New version information: systemapi|PermissionDef.d.ts|
262|Access level changed|Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly elementName: ElementName;<br>Old version information: |Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly elementName: ElementName;<br>New version information: systemapi|RemoteAbilityInfo.d.ts|
263|Access level changed|Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly label: string;<br>Old version information: |Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly label: string;<br>New version information: systemapi|RemoteAbilityInfo.d.ts|
264|Access level changed|Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly icon: string;<br>Old version information: |Class name: RemoteAbilityInfo;<br>Method or attribute name: readonly icon: string;<br>New version information: systemapi|RemoteAbilityInfo.d.ts|
265|Access level changed|Class name: ShortcutInfo;<br>Method or attribute name: readonly id: string;<br>Old version information: |Class name: ShortcutInfo;<br>Method or attribute name: readonly id: string;<br>New version information: systemapi|ShortcutInfo.d.ts|
266|Access level changed|Class name: ShortcutInfo;<br>Method or attribute name: readonly bundleName: string;<br>Old version information: |Class name: ShortcutInfo;<br>Method or attribute name: readonly bundleName: string;<br>New version information: systemapi|ShortcutInfo.d.ts|
267|Access level changed|Class name: ShortcutInfo;<br>Method or attribute name: readonly moduleName: string;<br>Old version information: |Class name: ShortcutInfo;<br>Method or attribute name: readonly moduleName: string;<br>New version information: systemapi|ShortcutInfo.d.ts|
268|Access level changed|Class name: ShortcutInfo;<br>Method or attribute name: readonly hostAbility: string;<br>Old version information: |Class name: ShortcutInfo;<br>Method or attribute name: readonly hostAbility: string;<br>New version information: systemapi|ShortcutInfo.d.ts|
269|Access level changed|Class name: ShortcutInfo;<br>Method or attribute name: readonly icon: string;<br>Old version information: |Class name: ShortcutInfo;<br>Method or attribute name: readonly icon: string;<br>New version information: systemapi|ShortcutInfo.d.ts|
270|Access level changed|Class name: ShortcutInfo;<br>Method or attribute name: readonly iconId: number;<br>Old version information: |Class name: ShortcutInfo;<br>Method or attribute name: readonly iconId: number;<br>New version information: systemapi|ShortcutInfo.d.ts|
271|Access level changed|Class name: ShortcutInfo;<br>Method or attribute name: readonly label: string;<br>Old version information: |Class name: ShortcutInfo;<br>Method or attribute name: readonly label: string;<br>New version information: systemapi|ShortcutInfo.d.ts|
272|Access level changed|Class name: ShortcutInfo;<br>Method or attribute name: readonly labelId: number;<br>Old version information: |Class name: ShortcutInfo;<br>Method or attribute name: readonly labelId: number;<br>New version information: systemapi|ShortcutInfo.d.ts|
273|Access level changed|Class name: ShortcutInfo;<br>Method or attribute name: readonly wants: Array\<ShortcutWant>;<br>Old version information: |Class name: ShortcutInfo;<br>Method or attribute name: readonly wants: Array\<ShortcutWant>;<br>New version information: systemapi|ShortcutInfo.d.ts|
274|Access level changed|Class name: ShortcutWant;<br>Method or attribute name: readonly targetBundle: string;<br>Old version information: |Class name: ShortcutWant;<br>Method or attribute name: readonly targetBundle: string;<br>New version information: systemapi|ShortcutInfo.d.ts|
275|Access level changed|Class name: ShortcutWant;<br>Method or attribute name: readonly targetModule: string;<br>Old version information: |Class name: ShortcutWant;<br>Method or attribute name: readonly targetModule: string;<br>New version information: systemapi|ShortcutInfo.d.ts|
276|Access level changed|Class name: ShortcutWant;<br>Method or attribute name: readonly targetAbility: string;<br>Old version information: |Class name: ShortcutWant;<br>Method or attribute name: readonly targetAbility: string;<br>New version information: systemapi|ShortcutInfo.d.ts|
277|Permission changed|Class name: bundleManager;<br>Method or attribute name: function getBundleInfo(bundleName: string,<br><br>    bundleFlags: number, userId: number, callback: AsyncCallback\<BundleInfo>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getBundleInfo(bundleName: string,<br><br>    bundleFlags: number, userId: number, callback: AsyncCallback\<BundleInfo>): void;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.bundleManager.d.ts|
278|Permission changed|Class name: bundleManager;<br>Method or attribute name: function getApplicationInfo(bundleName: string,<br><br>    appFlags: number, userId: number, callback: AsyncCallback\<ApplicationInfo>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getApplicationInfo(bundleName: string,<br><br>    appFlags: number, userId: number, callback: AsyncCallback\<ApplicationInfo>): void;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.bundleManager.d.ts|
279|Permission changed|Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>Old version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>New version information: ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
280|Permission changed|Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>New version information: ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
281|Permission changed|Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId?: number): Promise\<Array\<BundleInfo>>;<br>Old version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|Class name: bundleManager;<br>Method or attribute name: function getAllBundleInfo(bundleFlags: number, userId?: number): Promise\<Array\<BundleInfo>>;<br>New version information: ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
282|Permission changed|Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>Old version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>New version information: ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
283|Permission changed|Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number,<br><br>    userId: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number,<br><br>    userId: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>New version information: ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
284|Permission changed|Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number, userId?: number): Promise\<Array\<ApplicationInfo>>;<br>Old version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|Class name: bundleManager;<br>Method or attribute name: function getAllApplicationInfo(appFlags: number, userId?: number): Promise\<Array\<ApplicationInfo>>;<br>New version information: ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
285|Permission changed|Class name: bundleManager;<br>Method or attribute name: function queryAbilityInfo(want: Want,<br><br>    abilityFlags: number, userId: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function queryAbilityInfo(want: Want,<br><br>    abilityFlags: number, userId: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.bundleManager.d.ts|
286|Permission changed|Class name: bundleManager;<br>Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,<br><br>    extensionAbilityFlags: number, userId: number, callback: AsyncCallback\<Array\<ExtensionAbilityInfo>>): void;<br>Old version information: |Class name: bundleManager;<br>Method or attribute name: function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,<br><br>    extensionAbilityFlags: number, userId: number, callback: AsyncCallback\<Array\<ExtensionAbilityInfo>>): void;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.bundleManager.d.ts|
287|Permission changed|Class name: bundle;<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<BundleInfo>): void;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<BundleInfo>): void;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
288|Permission changed|Class name: bundle;<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise\<BundleInfo>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise\<BundleInfo>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
289|Permission changed|Class name: bundle;<br>Method or attribute name: function getBundleInstaller(): Promise\<BundleInstaller>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getBundleInstaller(): Promise\<BundleInstaller>;<br>New version information: ohos.permission.INSTALL_BUNDLE|@ohos.bundle.d.ts|
290|Permission changed|Class name: bundle;<br>Method or attribute name: function getAbilityInfo(bundleName: string, abilityName: string): Promise\<AbilityInfo>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getAbilityInfo(bundleName: string, abilityName: string): Promise\<AbilityInfo>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
291|Permission changed|Class name: bundle;<br>Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<ApplicationInfo>): void;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\<ApplicationInfo>): void;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
292|Permission changed|Class name: bundle;<br>Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number): Promise\<ApplicationInfo>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number): Promise\<ApplicationInfo>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
293|Permission changed|Class name: bundle;<br>Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback\<Array\<AbilityInfo>>): void;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
294|Permission changed|Class name: bundle;<br>Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, userId?: number): Promise\<Array\<AbilityInfo>>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function queryAbilityByWant(want: Want, bundleFlags: number, userId?: number): Promise\<Array\<AbilityInfo>>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
295|Permission changed|Class name: bundle;<br>Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback\<Array\<BundleInfo>>): void;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
296|Permission changed|Class name: bundle;<br>Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number): Promise\<Array\<BundleInfo>>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number): Promise\<Array\<BundleInfo>>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
297|Permission changed|Class name: bundle;<br>Method or attribute name: function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback\<Array\<ApplicationInfo>>): void;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
298|Permission changed|Class name: bundle;<br>Method or attribute name: function getAllApplicationInfo(bundleFlags: number, userId?: number): Promise\<Array\<ApplicationInfo>>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getAllApplicationInfo(bundleFlags: number, userId?: number): Promise\<Array\<ApplicationInfo>>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
299|Permission changed|Class name: bundle;<br>Method or attribute name: function getLaunchWantForBundle(bundleName: string): Promise\<Want>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getLaunchWantForBundle(bundleName: string): Promise\<Want>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
300|Permission changed|Class name: bundle;<br>Method or attribute name: function cleanBundleCacheFiles(bundleName: string): Promise\<void>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function cleanBundleCacheFiles(bundleName: string): Promise\<void>;<br>New version information: ohos.permission.REMOVE_CACHE_FILES|@ohos.bundle.d.ts|
301|Permission changed|Class name: bundle;<br>Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\<void>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\<void>;<br>New version information: ohos.permission.CHANGE_ABILITY_ENABLED_STATE|@ohos.bundle.d.ts|
302|Permission changed|Class name: bundle;<br>Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\<void>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\<void>;<br>New version information: ohos.permission.CHANGE_ABILITY_ENABLED_STATE|@ohos.bundle.d.ts|
303|Permission changed|Class name: bundle;<br>Method or attribute name: function getPermissionDef(permissionName: string): Promise\<PermissionDef>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getPermissionDef(permissionName: string): Promise\<PermissionDef>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
304|Permission changed|Class name: bundle;<br>Method or attribute name: function getAbilityLabel(bundleName: string, abilityName: string): Promise\<string>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getAbilityLabel(bundleName: string, abilityName: string): Promise\<string>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
305|Permission changed|Class name: bundle;<br>Method or attribute name: function getAbilityIcon(bundleName: string, abilityName: string): Promise\<image.PixelMap>;<br>Old version information: |Class name: bundle;<br>Method or attribute name: function getAbilityIcon(bundleName: string, abilityName: string): Promise\<image.PixelMap>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
306|Permission changed|Class name: defaultAppManager;<br>Method or attribute name: function getDefaultApplication(type: string, callback: AsyncCallback\<BundleInfo>): void;<br>Old version information: |Class name: defaultAppManager;<br>Method or attribute name: function getDefaultApplication(type: string, callback: AsyncCallback\<BundleInfo>): void;<br>New version information: ohos.permission.GET_DEFAULT_APPLICATION|@ohos.bundle.defaultAppManager.d.ts|
307|Permission changed|Class name: defaultAppManager;<br>Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: defaultAppManager;<br>Method or attribute name: function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.SET_DEFAULT_APPLICATION|@ohos.bundle.defaultAppManager.d.ts|
308|Permission changed|Class name: defaultAppManager;<br>Method or attribute name: function resetDefaultApplication(type: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: defaultAppManager;<br>Method or attribute name: function resetDefaultApplication(type: string, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.SET_DEFAULT_APPLICATION|@ohos.bundle.defaultAppManager.d.ts|
309|Permission changed|Class name: innerBundleManager;<br>Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number): Promise\<Array\<LauncherAbilityInfo>>;<br>Old version information: |Class name: innerBundleManager;<br>Method or attribute name: function getLauncherAbilityInfos(bundleName: string, userId: number): Promise\<Array\<LauncherAbilityInfo>>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.innerBundleManager.d.ts|
310|Permission changed|Class name: innerBundleManager;<br>Method or attribute name: function on(type: 'BundleStatusChange', bundleStatusCallback: BundleStatusCallback): Promise\<string>;<br>Old version information: |Class name: innerBundleManager;<br>Method or attribute name: function on(type: 'BundleStatusChange', bundleStatusCallback: BundleStatusCallback): Promise\<string>;<br>New version information: ohos.permission.LISTEN_BUNDLE_CHANGE|@ohos.bundle.innerBundleManager.d.ts|
311|Permission changed|Class name: innerBundleManager;<br>Method or attribute name: function off(type: 'BundleStatusChange'): Promise\<string>;<br>Old version information: |Class name: innerBundleManager;<br>Method or attribute name: function off(type: 'BundleStatusChange'): Promise\<string>;<br>New version information: ohos.permission.LISTEN_BUNDLE_CHANGE|@ohos.bundle.innerBundleManager.d.ts|
312|Permission changed|Class name: innerBundleManager;<br>Method or attribute name: function getAllLauncherAbilityInfos(userId: number): Promise\<Array\<LauncherAbilityInfo>>;<br>Old version information: |Class name: innerBundleManager;<br>Method or attribute name: function getAllLauncherAbilityInfos(userId: number): Promise\<Array\<LauncherAbilityInfo>>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.innerBundleManager.d.ts|
313|Permission changed|Class name: innerBundleManager;<br>Method or attribute name: function getShortcutInfos(bundleName: string): Promise\<Array\<ShortcutInfo>>;<br>Old version information: |Class name: innerBundleManager;<br>Method or attribute name: function getShortcutInfos(bundleName: string): Promise\<Array\<ShortcutInfo>>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.innerBundleManager.d.ts|
314|Permission changed|Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>Old version information: ohos.permission.INSTALL_BUNDLE|Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.INSTALL_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_MDM_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_NORMAL_BUNDLE|@ohos.bundle.installer.d.ts|
315|Permission changed|Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.INSTALL_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_MDM_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_NORMAL_BUNDLE|@ohos.bundle.installer.d.ts|
316|Permission changed|Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, installParam?: InstallParam): Promise\<void>;<br>Old version information: ohos.permission.INSTALL_BUNDLE|Class name: BundleInstaller;<br>Method or attribute name: install(hapFilePaths: Array\<string>, installParam?: InstallParam): Promise\<void>;<br>New version information: ohos.permission.INSTALL_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_MDM_BUNDLE,ohos.permission.INSTALL_ENTERPRISE_NORMAL_BUNDLE|@ohos.bundle.installer.d.ts|
317|Permission changed|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>Old version information: ohos.permission.INSTALL_BUNDLE|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.INSTALL_BUNDLE,ohos.permission.UNINSTALL_BUNDLE|@ohos.bundle.installer.d.ts|
318|Permission changed|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.INSTALL_BUNDLE,ohos.permission.UNINSTALL_BUNDLE|@ohos.bundle.installer.d.ts|
319|Permission changed|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, installParam?: InstallParam): Promise\<void>;<br>Old version information: ohos.permission.INSTALL_BUNDLE|Class name: BundleInstaller;<br>Method or attribute name: uninstall(bundleName: string, installParam?: InstallParam): Promise\<void>;<br>New version information: ohos.permission.INSTALL_BUNDLE,ohos.permission.UNINSTALL_BUNDLE|@ohos.bundle.installer.d.ts|
320|Permission changed|Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>Old version information: ohos.permission.INSTALL_BUNDLE|Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.INSTALL_BUNDLE,ohos.permission.RECOVER_BUNDLE|@ohos.bundle.installer.d.ts|
321|Permission changed|Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.INSTALL_BUNDLE,ohos.permission.RECOVER_BUNDLE|@ohos.bundle.installer.d.ts|
322|Permission changed|Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, installParam?: InstallParam): Promise\<void>;<br>Old version information: ohos.permission.INSTALL_BUNDLE|Class name: BundleInstaller;<br>Method or attribute name: recover(bundleName: string, installParam?: InstallParam): Promise\<void>;<br>New version information: ohos.permission.INSTALL_BUNDLE,ohos.permission.RECOVER_BUNDLE|@ohos.bundle.installer.d.ts|
323|Permission changed|Class name: distributedBundle;<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName): Promise\<RemoteAbilityInfo>;<br>Old version information: |Class name: distributedBundle;<br>Method or attribute name: function getRemoteAbilityInfo(elementName: ElementName): Promise\<RemoteAbilityInfo>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.distributedBundle.d.ts|
324|Permission changed|Class name: distributedBundle;<br>Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\<ElementName>): Promise\<Array\<RemoteAbilityInfo>>;<br>Old version information: |Class name: distributedBundle;<br>Method or attribute name: function getRemoteAbilityInfos(elementNames: Array\<ElementName>): Promise\<Array\<RemoteAbilityInfo>>;<br>New version information: ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.distributedBundle.d.ts|
325|Model changed|Class name: AbilityType;<br>Method or attribute name: PAGE = 1<br>Old version information: |Class name: AbilityType;<br>Method or attribute name: PAGE = 1<br>New version information: FAModelOnly|@ohos.bundle.bundleManager.d.ts|
326|Model changed|Class name: AbilityType;<br>Method or attribute name: SERVICE = 2<br>Old version information: |Class name: AbilityType;<br>Method or attribute name: SERVICE = 2<br>New version information: FAModelOnly|@ohos.bundle.bundleManager.d.ts|
327|Model changed|Class name: AbilityType;<br>Method or attribute name: DATA = 3<br>Old version information: |Class name: AbilityType;<br>Method or attribute name: DATA = 3<br>New version information: FAModelOnly|@ohos.bundle.bundleManager.d.ts|
328|Type changed|Class name: BundlePackInfo;<br>Method or attribute name: readonly packages: Array\<PackageConfig>;<br>Old version information: PackageConfig|Class name: BundlePackInfo;<br>Method or attribute name: readonly packages: Array\<PackageConfig>;<br>New version information: Array\<PackageConfig>|BundlePackInfo.d.ts|
329|Type changed|Class name: ModuleConfigInfo;<br>Method or attribute name: readonly deviceTypes: Array\<string>;<br>Old version information: string|Class name: ModuleConfigInfo;<br>Method or attribute name: readonly deviceTypes: Array\<string>;<br>New version information: Array\<string>|BundlePackInfo.d.ts|
330|Function changed|Class name: zlib;<br>Method or attribute name: function decompressFile(inFile: string, outFile: string, options: Options): Promise\<void>;|Class name: zlib;<br>Method or attribute name: function decompressFile(inFile: string, outFile: string, options?: Options): Promise\<void>;|@ohos.zlib.d.ts|
331|Cross-platform capability changed|Class name: LaunchType;<br>Method or attribute name: export enum LaunchType<br>Old version information: |Class name: LaunchType;<br>Method or attribute name: export enum LaunchType<br>New version information: crossplatform|@ohos.bundle.bundleManager.d.ts|
332|Cross-platform capability changed|Class name: LaunchType;<br>Method or attribute name: SINGLETON = 0<br>Old version information: |Class name: LaunchType;<br>Method or attribute name: SINGLETON = 0<br>New version information: crossplatform|@ohos.bundle.bundleManager.d.ts|
333|Cross-platform capability changed|Class name: LaunchType;<br>Method or attribute name: MULTITON = 1<br>Old version information: |Class name: LaunchType;<br>Method or attribute name: MULTITON = 1<br>New version information: crossplatform|@ohos.bundle.bundleManager.d.ts|
334|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: export interface AbilityInfo<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: export interface AbilityInfo<br>New version information: crossplatform|AbilityInfo.d.ts|
335|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly bundleName: string;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly bundleName: string;<br>New version information: crossplatform|AbilityInfo.d.ts|
336|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly moduleName: string;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly moduleName: string;<br>New version information: crossplatform|AbilityInfo.d.ts|
337|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly name: string;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly name: string;<br>New version information: crossplatform|AbilityInfo.d.ts|
338|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly label: string;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly label: string;<br>New version information: crossplatform|AbilityInfo.d.ts|
339|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly labelId: number;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly labelId: number;<br>New version information: crossplatform|AbilityInfo.d.ts|
340|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly description: string;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly description: string;<br>New version information: crossplatform|AbilityInfo.d.ts|
341|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly descriptionId: number;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly descriptionId: number;<br>New version information: crossplatform|AbilityInfo.d.ts|
342|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly icon: string;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly icon: string;<br>New version information: crossplatform|AbilityInfo.d.ts|
343|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly iconId: number;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly iconId: number;<br>New version information: crossplatform|AbilityInfo.d.ts|
344|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly launchType: bundleManager.LaunchType;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly launchType: bundleManager.LaunchType;<br>New version information: crossplatform|AbilityInfo.d.ts|
345|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly applicationInfo: ApplicationInfo;<br>New version information: crossplatform|AbilityInfo.d.ts|
346|Cross-platform capability changed|Class name: AbilityInfo;<br>Method or attribute name: readonly metadata: Array\<Metadata>;<br>Old version information: |Class name: AbilityInfo;<br>Method or attribute name: readonly metadata: Array\<Metadata>;<br>New version information: crossplatform|AbilityInfo.d.ts|
347|Cross-platform capability changed|Class name: ApplicationInfo;<br>Method or attribute name: export interface ApplicationInfo<br>Old version information: |Class name: ApplicationInfo;<br>Method or attribute name: export interface ApplicationInfo<br>New version information: crossplatform|ApplicationInfo.d.ts|
348|Cross-platform capability changed|Class name: ApplicationInfo;<br>Method or attribute name: readonly name: string;<br>Old version information: |Class name: ApplicationInfo;<br>Method or attribute name: readonly name: string;<br>New version information: crossplatform|ApplicationInfo.d.ts|
349|Cross-platform capability changed|Class name: ApplicationInfo;<br>Method or attribute name: readonly description: string;<br>Old version information: |Class name: ApplicationInfo;<br>Method or attribute name: readonly description: string;<br>New version information: crossplatform|ApplicationInfo.d.ts|
350|Cross-platform capability changed|Class name: ApplicationInfo;<br>Method or attribute name: readonly descriptionId: number;<br>Old version information: |Class name: ApplicationInfo;<br>Method or attribute name: readonly descriptionId: number;<br>New version information: crossplatform|ApplicationInfo.d.ts|
351|Cross-platform capability changed|Class name: ApplicationInfo;<br>Method or attribute name: readonly label: string;<br>Old version information: |Class name: ApplicationInfo;<br>Method or attribute name: readonly label: string;<br>New version information: crossplatform|ApplicationInfo.d.ts|
352|Cross-platform capability changed|Class name: ApplicationInfo;<br>Method or attribute name: readonly labelId: number;<br>Old version information: |Class name: ApplicationInfo;<br>Method or attribute name: readonly labelId: number;<br>New version information: crossplatform|ApplicationInfo.d.ts|
353|Cross-platform capability changed|Class name: ApplicationInfo;<br>Method or attribute name: readonly icon: string;<br>Old version information: |Class name: ApplicationInfo;<br>Method or attribute name: readonly icon: string;<br>New version information: crossplatform|ApplicationInfo.d.ts|
354|Cross-platform capability changed|Class name: ApplicationInfo;<br>Method or attribute name: readonly iconId: number;<br>Old version information: |Class name: ApplicationInfo;<br>Method or attribute name: readonly iconId: number;<br>New version information: crossplatform|ApplicationInfo.d.ts|
355|Cross-platform capability changed|Class name: ApplicationInfo;<br>Method or attribute name: readonly codePath: string;<br>Old version information: |Class name: ApplicationInfo;<br>Method or attribute name: readonly codePath: string;<br>New version information: crossplatform|ApplicationInfo.d.ts|
356|Cross-platform capability changed|Class name: HapModuleInfo;<br>Method or attribute name: export interface HapModuleInfo<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: export interface HapModuleInfo<br>New version information: crossplatform|HapModuleInfo.d.ts|
357|Cross-platform capability changed|Class name: HapModuleInfo;<br>Method or attribute name: readonly name: string;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: readonly name: string;<br>New version information: crossplatform|HapModuleInfo.d.ts|
358|Cross-platform capability changed|Class name: HapModuleInfo;<br>Method or attribute name: readonly icon: string;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: readonly icon: string;<br>New version information: crossplatform|HapModuleInfo.d.ts|
359|Cross-platform capability changed|Class name: HapModuleInfo;<br>Method or attribute name: readonly iconId: number;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: readonly iconId: number;<br>New version information: crossplatform|HapModuleInfo.d.ts|
360|Cross-platform capability changed|Class name: HapModuleInfo;<br>Method or attribute name: readonly label: string;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: readonly label: string;<br>New version information: crossplatform|HapModuleInfo.d.ts|
361|Cross-platform capability changed|Class name: HapModuleInfo;<br>Method or attribute name: readonly labelId: number;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: readonly labelId: number;<br>New version information: crossplatform|HapModuleInfo.d.ts|
362|Cross-platform capability changed|Class name: HapModuleInfo;<br>Method or attribute name: readonly description: string;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: readonly description: string;<br>New version information: crossplatform|HapModuleInfo.d.ts|
363|Cross-platform capability changed|Class name: HapModuleInfo;<br>Method or attribute name: readonly descriptionId: number;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: readonly descriptionId: number;<br>New version information: crossplatform|HapModuleInfo.d.ts|
364|Cross-platform capability changed|Class name: HapModuleInfo;<br>Method or attribute name: readonly mainElementName: string;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: readonly mainElementName: string;<br>New version information: crossplatform|HapModuleInfo.d.ts|
365|Cross-platform capability changed|Class name: HapModuleInfo;<br>Method or attribute name: readonly abilitiesInfo: Array\<AbilityInfo>;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: readonly abilitiesInfo: Array\<AbilityInfo>;<br>New version information: crossplatform|HapModuleInfo.d.ts|
366|Cross-platform capability changed|Class name: HapModuleInfo;<br>Method or attribute name: readonly metadata: Array\<Metadata>;<br>Old version information: |Class name: HapModuleInfo;<br>Method or attribute name: readonly metadata: Array\<Metadata>;<br>New version information: crossplatform|HapModuleInfo.d.ts|
367|Cross-platform capability changed|Class name: Metadata;<br>Method or attribute name: export interface Metadata<br>Old version information: |Class name: Metadata;<br>Method or attribute name: export interface Metadata<br>New version information: crossplatform|Metadata.d.ts|
368|Cross-platform capability changed|Class name: Metadata;<br>Method or attribute name: name: string;<br>Old version information: |Class name: Metadata;<br>Method or attribute name: name: string;<br>New version information: crossplatform|Metadata.d.ts|
369|Cross-platform capability changed|Class name: Metadata;<br>Method or attribute name: value: string;<br>Old version information: |Class name: Metadata;<br>Method or attribute name: value: string;<br>New version information: crossplatform|Metadata.d.ts|
370|Cross-platform capability changed|Class name: Metadata;<br>Method or attribute name: resource: string;<br>Old version information: |Class name: Metadata;<br>Method or attribute name: resource: string;<br>New version information: crossplatform|Metadata.d.ts|
371