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