| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:VerifyCodeParam;
方法or属性:moduleName: string;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:appControl;
方法or属性:function setDisposedStatusSync(appId: string, disposedWant: Want): void;|@ohos.bundle.appControl.d.ts|
|新增|NA|类名:appControl;
方法or属性:function getDisposedStatusSync(appId: string): Want;|@ohos.bundle.appControl.d.ts|
|新增|NA|类名:appControl;
方法or属性:function deleteDisposedStatusSync(appId: string): void;|@ohos.bundle.appControl.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getBundleInfoForSelfSync(bundleFlags: number): BundleInfo;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function queryAbilityInfoSync(want: Want, abilityFlags: number, userId?: number): Array\;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function queryExtensionAbilityInfoSync(want: Want, extensionAbilityType: ExtensionAbilityType,
extensionAbilityFlags: number, userId?: number): Array\;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getBundleNameByUidSync(uid: number): string;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getBundleArchiveInfoSync(hapFilePath: string, bundleFlags: number): BundleInfo;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function setApplicationEnabledSync(bundleName: string, isEnabled: boolean): void;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function setAbilityEnabledSync(info: AbilityInfo, isEnabled: boolean): void;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function isApplicationEnabledSync(bundleName: string): boolean;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function isAbilityEnabledSync(info: AbilityInfo): boolean;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getLaunchWantForBundleSync(bundleName: string, userId?: number): Want;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getProfileByAbilitySync(moduleName: string, abilityName: string, metadataName?: string): Array\;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getProfileByExtensionAbilitySync(moduleName: string, extensionAbilityName: string, metadataName?: string): Array\;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getPermissionDefSync(permissionName: string): PermissionDef;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getAbilityLabelSync(bundleName: string, moduleName: string, abilityName: string): string;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getAllSharedBundleInfo(callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getAllSharedBundleInfo(): Promise\>;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getSharedBundleInfo(bundleName: string, moduleName: string, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getSharedBundleInfo(bundleName: string, moduleName: string): Promise\>;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getAppProvisionInfo(bundleName: string, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getAppProvisionInfo(bundleName: string, userId: number, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getAppProvisionInfo(bundleName: string, userId?: number): Promise\;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getAppProvisionInfoSync(bundleName: string, userId?: number): AppProvisionInfo;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getSpecifiedDistributionType(bundleName: string): string;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:function getAdditionalInfo(bundleName: string): string;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:export type ModuleMetadata = _ModuleMetadata;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:export type SharedBundleInfo = _SharedBundleInfo;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:export type AppProvisionInfo = _AppProvisionInfo.AppProvisionInfo;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:bundleManager;
方法or属性:export type Validity = _AppProvisionInfo.Validity;|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:ExtensionAbilityType;
方法or属性:PRINT = 15|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:ExtensionAbilityType;
方法or属性:SHARE = 16|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:ExtensionAbilityType;
方法or属性:PUSH = 17|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:ExtensionAbilityType;
方法or属性:DRIVER = 18|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:ExtensionAbilityType;
方法or属性:ACTION = 19|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:CompatiblePolicy;
方法or属性:BACKWARD_COMPATIBILITY = 1|@ohos.bundle.bundleManager.d.ts|
|新增|NA|类名:defaultAppManager;
方法or属性:function isDefaultApplicationSync(type: string): boolean;|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:defaultAppManager;
方法or属性:function getDefaultApplicationSync(type: string, userId?: number): BundleInfo;|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:defaultAppManager;
方法or属性:function setDefaultApplicationSync(type: string, elementName: ElementName, userId?: number): void;|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:defaultAppManager;
方法or属性:function resetDefaultApplicationSync(type: string, userId?: number): void;|@ohos.bundle.defaultAppManager.d.ts|
|新增|NA|类名:sourcefile;
方法or属性:export type BundleStatusCallback = _BundleStatusCallback;|@ohos.bundle.innerBundleManager.d.ts|
|新增|NA|类名:installer;
方法or属性:function getBundleInstallerSync(): BundleInstaller;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:BundleInstaller;
方法or属性:uninstall(uninstallParam: UninstallParam, callback: AsyncCallback\): void;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:BundleInstaller;
方法or属性:uninstall(uninstallParam: UninstallParam): Promise\;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:BundleInstaller;
方法or属性:updateBundleForSelf(hapFilePaths: Array\, installParam: InstallParam, callback: AsyncCallback\): void;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:BundleInstaller;
方法or属性:updateBundleForSelf(hapFilePaths: Array\, callback: AsyncCallback\): void;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:BundleInstaller;
方法or属性:updateBundleForSelf(hapFilePaths: Array\, installParam?: InstallParam): Promise\;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:VerifyCodeParam;
方法or属性:signatureFilePath: string;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:InstallParam;
方法or属性:sharedBundleDirPaths?: Array\;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:InstallParam;
方法or属性:specifiedDistributionType?: string;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:InstallParam;
方法or属性:additionalInfo?: string;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:InstallParam;
方法or属性:verifyCodeParams?: Array\;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:UninstallParam;
方法or属性:bundleName: string;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:UninstallParam;
方法or属性:versionCode?: number;|@ohos.bundle.installer.d.ts|
|新增|NA|类名:launcherBundleManager;
方法or属性:function getLauncherAbilityInfoSync(bundleName: string, userId: number): Array\;|@ohos.bundle.launcherBundleManager.d.ts|
|新增|NA|类名:launcherBundleManager;
方法or属性:function getShortcutInfoSync(bundleName: string): Array\;|@ohos.bundle.launcherBundleManager.d.ts|
|新增|NA|类名:overlay;
方法or属性:function setOverlayEnabled(moduleName: string, isEnabled: boolean, callback: AsyncCallback\): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function setOverlayEnabled(moduleName: string, isEnabled: boolean): Promise\;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function setOverlayEnabledByBundleName(bundleName: string,
moduleName: string, isEnabled: boolean, callback: AsyncCallback\): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function setOverlayEnabledByBundleName(bundleName: string, moduleName: string, isEnabled: boolean): Promise\;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function getOverlayModuleInfo(moduleName: string, callback: AsyncCallback\): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function getOverlayModuleInfo(moduleName: string): Promise\;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function getTargetOverlayModuleInfos(targetModuleName: string,
callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function getTargetOverlayModuleInfos(targetModuleName: string): Promise\>;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function getOverlayModuleInfoByBundleName(bundleName: string,
callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function getOverlayModuleInfoByBundleName(bundleName: string,
moduleName: string, callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function getOverlayModuleInfoByBundleName(bundleName: string,
moduleName?: string): Promise\>;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,
callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,
moduleName: string, callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,
moduleName?: string): Promise\>;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:overlay;
方法or属性:export type OverlayModuleInfo = _OverlayModuleInfo.OverlayModuleInfo;|@ohos.bundle.overlay.d.ts|
|新增|NA|类名:zlib;
方法or属性:function decompressFile(inFile: string, outFile: string, callback: AsyncCallback\): void;|@ohos.zlib.d.ts|
|新增|NA|类名:ApplicationInfo;
方法or属性:readonly metadataArray: Array\;|ApplicationInfo.d.ts|
|新增|NA|类名:ApplicationInfo;
方法or属性:readonly debug: boolean;|ApplicationInfo.d.ts|
|新增|NA|类名:ModuleMetadata;
方法or属性:readonly moduleName: string;|ApplicationInfo.d.ts|
|新增|NA|类名:ModuleMetadata;
方法or属性:readonly metadata: Array\;|ApplicationInfo.d.ts|
|新增|NA|类名:AppProvisionInfo;
方法or属性:readonly versionCode: number;|AppProvisionInfo.d.ts|
|新增|NA|类名:AppProvisionInfo;
方法or属性:readonly versionName: string;|AppProvisionInfo.d.ts|
|新增|NA|类名:AppProvisionInfo;
方法or属性:readonly uuid: string;|AppProvisionInfo.d.ts|
|新增|NA|类名:AppProvisionInfo;
方法or属性:readonly type: string;|AppProvisionInfo.d.ts|
|新增|NA|类名:AppProvisionInfo;
方法or属性:readonly appDistributionType: string;|AppProvisionInfo.d.ts|
|新增|NA|类名:AppProvisionInfo;
方法or属性:readonly validity: Validity;|AppProvisionInfo.d.ts|
|新增|NA|类名:AppProvisionInfo;
方法or属性:readonly developerId: string;|AppProvisionInfo.d.ts|
|新增|NA|类名:AppProvisionInfo;
方法or属性:readonly certificate: string;|AppProvisionInfo.d.ts|
|新增|NA|类名:AppProvisionInfo;
方法or属性:readonly apl: string;|AppProvisionInfo.d.ts|
|新增|NA|类名:AppProvisionInfo;
方法or属性:readonly issuer: string;|AppProvisionInfo.d.ts|
|新增|NA|类名:Validity;
方法or属性:readonly notBefore: number;|AppProvisionInfo.d.ts|
|新增|NA|类名:Validity;
方法or属性:readonly notAfter: number;|AppProvisionInfo.d.ts|
|新增|NA|类名:ReqPermissionDetail;
方法or属性:moduleName: string;|BundleInfo.d.ts|
|新增|NA|类名:Dependency;
方法or属性:readonly bundleName: string;|HapModuleInfo.d.ts|
|新增|NA|类名:Dependency;
方法or属性:readonly versionCode: number;|HapModuleInfo.d.ts|
|新增|NA|类名:OverlayModuleInfo;
方法or属性:readonly bundleName: string;|OverlayModuleInfo.d.ts|
|新增|NA|类名:OverlayModuleInfo;
方法or属性:readonly moduleName: string;|OverlayModuleInfo.d.ts|
|新增|NA|类名:OverlayModuleInfo;
方法or属性:readonly targetModuleName: string;|OverlayModuleInfo.d.ts|
|新增|NA|类名:OverlayModuleInfo;
方法or属性:readonly priority: number;|OverlayModuleInfo.d.ts|
|新增|NA|类名:OverlayModuleInfo;
方法or属性:readonly state: number;|OverlayModuleInfo.d.ts|
|新增|NA|类名:SharedBundleInfo;
方法or属性:readonly name: string;|SharedBundleInfo.d.ts|
|新增|NA|类名:SharedModuleInfo;
方法or属性:readonly name: string;|SharedBundleInfo.d.ts|
|新增|NA|类名:SharedBundleInfo;
方法or属性:readonly compatiblePolicy: bundleManager.CompatiblePolicy;|SharedBundleInfo.d.ts|
|新增|NA|类名:SharedBundleInfo;
方法or属性:readonly sharedModuleInfo: Array\;|SharedBundleInfo.d.ts|
|新增|NA|类名:SharedModuleInfo;
方法or属性:readonly versionCode: number;|SharedBundleInfo.d.ts|
|新增|NA|类名:SharedModuleInfo;
方法or属性:readonly versionName: string;|SharedBundleInfo.d.ts|
|新增|NA|类名:SharedModuleInfo;
方法or属性:readonly description: string;|SharedBundleInfo.d.ts|
|新增|NA|类名:SharedModuleInfo;
方法or属性:readonly descriptionId: number;|SharedBundleInfo.d.ts|
|废弃版本有变化|类名:ApplicationInfo;
方法or属性:readonly metadata: Map\>;
旧版本信息:|类名:ApplicationInfo;
方法or属性:readonly metadata: Map\>;
新版本信息:10
代替接口: ApplicationInfo#metadataArray|ApplicationInfo.d.ts|
|新增(错误码)|类名:bundleManager;
方法or属性:function getBundleInfo(bundleName: string,
bundleFlags: number, userId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getBundleInfo(bundleName: string,
bundleFlags: number, userId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,17700001,17700004,17700026|@ohos.bundle.bundleManager.d.ts|
|新增(错误码)|类名:bundleManager;
方法or属性:function getApplicationInfo(bundleName: string,
appFlags: number, userId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getApplicationInfo(bundleName: string,
appFlags: number, userId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,17700001,17700004,17700026|@ohos.bundle.bundleManager.d.ts|
|新增(错误码)|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\>): void;
新版本信息:201,202,401,17700004|@ohos.bundle.bundleManager.d.ts|
|新增(错误码)|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number,
userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number,
userId: number, callback: AsyncCallback\>): void;
新版本信息:201,202,401,17700004|@ohos.bundle.bundleManager.d.ts|
|新增(错误码)|类名:bundleManager;
方法or属性:function queryAbilityInfo(want: Want,
abilityFlags: number, userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function queryAbilityInfo(want: Want,
abilityFlags: number, userId: number, callback: AsyncCallback\>): void;
新版本信息:201,202,401,17700001,17700003,17700004,17700026,17700029|@ohos.bundle.bundleManager.d.ts|
|新增(错误码)|类名:bundleManager;
方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,
extensionAbilityFlags: number, userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,
extensionAbilityFlags: number, userId: number, callback: AsyncCallback\>): void;
新版本信息:201,202,401,17700001,17700003,17700004,17700026|@ohos.bundle.bundleManager.d.ts|
|新增(错误码)|类名:defaultAppManager;
方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback\): void;
旧版本信息:|类名:defaultAppManager;
方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback\): void;
新版本信息:201,202,401,801,17700023,17700025|@ohos.bundle.defaultAppManager.d.ts|
|新增(错误码)|类名:defaultAppManager;
方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\): void;
旧版本信息:|类名:defaultAppManager;
方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\): void;
新版本信息:201,202,401,801,17700025,17700028|@ohos.bundle.defaultAppManager.d.ts|
|新增(错误码)|类名:defaultAppManager;
方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback\): void;
旧版本信息:|类名:defaultAppManager;
方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback\): void;
新版本信息:201,202,401,801,17700025|@ohos.bundle.defaultAppManager.d.ts|
|新增(错误码)|类名:BundleInstaller;
方法or属性:install(hapFilePaths: Array\, callback: AsyncCallback\): void;
旧版本信息:|类名:BundleInstaller;
方法or属性:install(hapFilePaths: Array\, callback: AsyncCallback\): void;
新版本信息: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|
|新增(错误码)|类名:BundleInstaller;
方法or属性:uninstall(bundleName: string, callback: AsyncCallback\): void;
旧版本信息:|类名:BundleInstaller;
方法or属性:uninstall(bundleName: string, callback: AsyncCallback\): void;
新版本信息:201,202,401,17700001,17700020,17700040,17700045|@ohos.bundle.installer.d.ts|
|新增(错误码)|类名:BundleInstaller;
方法or属性:recover(bundleName: string, callback: AsyncCallback\): void;
旧版本信息:|类名:BundleInstaller;
方法or属性:recover(bundleName: string, callback: AsyncCallback\): void;
新版本信息:201,202,401,17700001|@ohos.bundle.installer.d.ts|
|错误码有变化|类名:bundleManager;
方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\): void;
旧版本信息:201,202,401,17700001,17700004,17700026|类名:bundleManager;
方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,17700001,17700026|@ohos.bundle.bundleManager.d.ts|
|错误码有变化|类名:bundleManager;
方法or属性:function getApplicationInfo(bundleName: string, appFlags: number, callback: AsyncCallback\): void;
旧版本信息:201,202,401,17700001,17700004,17700026|类名:bundleManager;
方法or属性:function getApplicationInfo(bundleName: string, appFlags: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,17700001,17700026|@ohos.bundle.bundleManager.d.ts|
|错误码有变化|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback\>): void;
旧版本信息:201,202,401,17700004|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback\>): void;
新版本信息:201,202,401|@ohos.bundle.bundleManager.d.ts|
|错误码有变化|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number, callback: AsyncCallback\>): void;
旧版本信息:201,202,401,17700004|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number, callback: AsyncCallback\>): void;
新版本信息:201,202,401|@ohos.bundle.bundleManager.d.ts|
|错误码有变化|类名:bundleManager;
方法or属性:function queryAbilityInfo(want: Want, abilityFlags: number, callback: AsyncCallback\>): void;
旧版本信息:201,202,401,17700001,17700003,17700004,17700026,17700029|类名:bundleManager;
方法or属性:function queryAbilityInfo(want: Want, abilityFlags: number, callback: AsyncCallback\>): void;
新版本信息:201,202,401,17700001,17700003,17700026,17700029|@ohos.bundle.bundleManager.d.ts|
|错误码有变化|类名:bundleManager;
方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,
extensionAbilityFlags: number, callback: AsyncCallback\>): void;
旧版本信息:201,202,401,17700001,17700003,17700004,17700026|类名:bundleManager;
方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,
extensionAbilityFlags: number, callback: AsyncCallback\>): void;
新版本信息:201,202,401,17700001,17700003,17700026|@ohos.bundle.bundleManager.d.ts|
|错误码有变化|类名:bundleManager;
方法or属性:function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\): void;
旧版本信息:201,202,401,17700001,17700004,17700026|类名:bundleManager;
方法or属性:function getLaunchWantForBundle(bundleName: string, callback: AsyncCallback\): void;
新版本信息:201,202,401,17700001,17700026|@ohos.bundle.bundleManager.d.ts|
|错误码有变化|类名:BundleInstaller;
方法or属性:install(hapFilePaths: Array\, installParam: InstallParam, callback: AsyncCallback\): void;
旧版本信息:201,202,401,17700004,17700010,17700011,17700012,17700015,17700016,17700017,17700018|类名:BundleInstaller;
方法or属性:install(hapFilePaths: Array\, installParam: InstallParam, callback: AsyncCallback\): void;
新版本信息: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|
|错误码有变化|类名:BundleInstaller;
方法or属性:install(hapFilePaths: Array\, installParam?: InstallParam): Promise\;
旧版本信息:201,202,401,17700004,17700010,17700011,17700012,17700015,17700016,17700017,17700018|类名:BundleInstaller;
方法or属性:install(hapFilePaths: Array\, installParam?: InstallParam): Promise\;
新版本信息: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|
|错误码有变化|类名:BundleInstaller;
方法or属性:uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallback\): void;
旧版本信息:201,202,401,17700004,17700020|类名:BundleInstaller;
方法or属性:uninstall(bundleName: string, installParam: InstallParam, callback: AsyncCallback\): void;
新版本信息:201,202,401,17700001,17700004,17700020,17700040,17700045|@ohos.bundle.installer.d.ts|
|错误码有变化|类名:BundleInstaller;
方法or属性:uninstall(bundleName: string, installParam?: InstallParam): Promise\;
旧版本信息:201,202,401,17700004,17700020|类名:BundleInstaller;
方法or属性:uninstall(bundleName: string, installParam?: InstallParam): Promise\;
新版本信息:201,202,401,17700001,17700004,17700020,17700040,17700045|@ohos.bundle.installer.d.ts|
|错误码有变化|类名:BundleInstaller;
方法or属性:recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback\): void;
旧版本信息:201,202,401,17700004|类名:BundleInstaller;
方法or属性:recover(bundleName: string, installParam: InstallParam, callback: AsyncCallback\): void;
新版本信息:201,202,401,17700001,17700004|@ohos.bundle.installer.d.ts|
|错误码有变化|类名:BundleInstaller;
方法or属性:recover(bundleName: string, installParam?: InstallParam): Promise\;
旧版本信息:201,202,401,17700004|类名:BundleInstaller;
方法or属性:recover(bundleName: string, installParam?: InstallParam): Promise\;
新版本信息:201,202,401,17700001,17700004|@ohos.bundle.installer.d.ts|
|错误码有变化|类名:zlib;
方法or属性:function decompressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback\): void;
旧版本信息:401,900001,900002|类名:zlib;
方法or属性:function decompressFile(inFile: string, outFile: string, options: Options, callback: AsyncCallback\): void;
新版本信息:401,900001,900002,900003|@ohos.zlib.d.ts|
|错误码有变化|类名:zlib;
方法or属性:function decompressFile(inFile: string, outFile: string, options?: Options): Promise\;
旧版本信息:401,900001,900002|类名:zlib;
方法or属性:function decompressFile(inFile: string, outFile: string, options?: Options): Promise\;
新版本信息:401,900001,900002,900003|@ohos.zlib.d.ts|
|访问级别有变化|类名:bundleManager;
方法or属性:function getBundleInfo(bundleName: string,
bundleFlags: number, userId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getBundleInfo(bundleName: string,
bundleFlags: number, userId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:bundleManager;
方法or属性:function getApplicationInfo(bundleName: string,
appFlags: number, userId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getApplicationInfo(bundleName: string,
appFlags: number, userId: number, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\>): void;
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number,
userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number,
userId: number, callback: AsyncCallback\>): void;
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:bundleManager;
方法or属性:function queryAbilityInfo(want: Want,
abilityFlags: number, userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function queryAbilityInfo(want: Want,
abilityFlags: number, userId: number, callback: AsyncCallback\>): void;
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:bundleManager;
方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,
extensionAbilityFlags: number, userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,
extensionAbilityFlags: number, userId: number, callback: AsyncCallback\>): void;
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:ApplicationFlag;
方法or属性:GET_APPLICATION_INFO_DEFAULT = 0x00000000
旧版本信息:|类名:ApplicationFlag;
方法or属性:GET_APPLICATION_INFO_DEFAULT = 0x00000000
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:ApplicationFlag;
方法or属性:GET_APPLICATION_INFO_WITH_PERMISSION = 0x00000001
旧版本信息:|类名:ApplicationFlag;
方法or属性:GET_APPLICATION_INFO_WITH_PERMISSION = 0x00000001
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:ApplicationFlag;
方法or属性:GET_APPLICATION_INFO_WITH_METADATA = 0x00000002
旧版本信息:|类名:ApplicationFlag;
方法or属性:GET_APPLICATION_INFO_WITH_METADATA = 0x00000002
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:ApplicationFlag;
方法or属性:GET_APPLICATION_INFO_WITH_DISABLE = 0x00000004
旧版本信息:|类名:ApplicationFlag;
方法or属性:GET_APPLICATION_INFO_WITH_DISABLE = 0x00000004
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_DEFAULT = 0x00000000
旧版本信息:|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_DEFAULT = 0x00000000
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_WITH_PERMISSION = 0x00000001
旧版本信息:|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_WITH_PERMISSION = 0x00000001
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_WITH_APPLICATION = 0x00000002
旧版本信息:|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_WITH_APPLICATION = 0x00000002
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_WITH_METADATA = 0x00000004
旧版本信息:|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_WITH_METADATA = 0x00000004
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_WITH_DISABLE = 0x00000008
旧版本信息:|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_WITH_DISABLE = 0x00000008
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_ONLY_SYSTEM_APP = 0x00000010
旧版本信息:|类名:AbilityFlag;
方法or属性:GET_ABILITY_INFO_ONLY_SYSTEM_APP = 0x00000010
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:ExtensionAbilityFlag;
方法or属性:GET_EXTENSION_ABILITY_INFO_DEFAULT = 0x00000000
旧版本信息:|类名:ExtensionAbilityFlag;
方法or属性:GET_EXTENSION_ABILITY_INFO_DEFAULT = 0x00000000
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:ExtensionAbilityFlag;
方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_PERMISSION = 0x00000001
旧版本信息:|类名:ExtensionAbilityFlag;
方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_PERMISSION = 0x00000001
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:ExtensionAbilityFlag;
方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_APPLICATION = 0x00000002
旧版本信息:|类名:ExtensionAbilityFlag;
方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_APPLICATION = 0x00000002
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:ExtensionAbilityFlag;
方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_METADATA = 0x00000004
旧版本信息:|类名:ExtensionAbilityFlag;
方法or属性:GET_EXTENSION_ABILITY_INFO_WITH_METADATA = 0x00000004
新版本信息:systemapi|@ohos.bundle.bundleManager.d.ts|
|访问级别有变化|类名:bundle;
方法or属性:function getBundleInstaller(): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function getBundleInstaller(): Promise\;
新版本信息:systemapi|@ohos.bundle.d.ts|
|访问级别有变化|类名:bundle;
方法or属性:function cleanBundleCacheFiles(bundleName: string): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function cleanBundleCacheFiles(bundleName: string): Promise\;
新版本信息:systemapi|@ohos.bundle.d.ts|
|访问级别有变化|类名:bundle;
方法or属性:function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\;
新版本信息:systemapi|@ohos.bundle.d.ts|
|访问级别有变化|类名:bundle;
方法or属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\;
新版本信息:systemapi|@ohos.bundle.d.ts|
|访问级别有变化|类名:bundle;
方法or属性:function getPermissionDef(permissionName: string): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function getPermissionDef(permissionName: string): Promise\;
新版本信息:systemapi|@ohos.bundle.d.ts|
|访问级别有变化|类名:defaultAppManager;
方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback\): void;
旧版本信息:|类名:defaultAppManager;
方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.bundle.defaultAppManager.d.ts|
|访问级别有变化|类名:defaultAppManager;
方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\): void;
旧版本信息:|类名:defaultAppManager;
方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.bundle.defaultAppManager.d.ts|
|访问级别有变化|类名:defaultAppManager;
方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback\): void;
旧版本信息:|类名:defaultAppManager;
方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.bundle.defaultAppManager.d.ts|
|访问级别有变化|类名:UpgradeFlag;
方法or属性:NOT_UPGRADE = 0
旧版本信息:|类名:UpgradeFlag;
方法or属性:NOT_UPGRADE = 0
新版本信息:systemapi|@ohos.bundle.freeInstall.d.ts|
|访问级别有变化|类名:UpgradeFlag;
方法or属性:SINGLE_UPGRADE = 1
旧版本信息:|类名:UpgradeFlag;
方法or属性:SINGLE_UPGRADE = 1
新版本信息:systemapi|@ohos.bundle.freeInstall.d.ts|
|访问级别有变化|类名:UpgradeFlag;
方法or属性:RELATION_UPGRADE = 2
旧版本信息:|类名:UpgradeFlag;
方法or属性:RELATION_UPGRADE = 2
新版本信息:systemapi|@ohos.bundle.freeInstall.d.ts|
|访问级别有变化|类名:BundlePackFlag;
方法or属性:GET_PACK_INFO_ALL = 0x00000000
旧版本信息:|类名:BundlePackFlag;
方法or属性:GET_PACK_INFO_ALL = 0x00000000
新版本信息:systemapi|@ohos.bundle.freeInstall.d.ts|
|访问级别有变化|类名:BundlePackFlag;
方法or属性:GET_PACKAGES = 0x00000001
旧版本信息:|类名:BundlePackFlag;
方法or属性:GET_PACKAGES = 0x00000001
新版本信息:systemapi|@ohos.bundle.freeInstall.d.ts|
|访问级别有变化|类名:BundlePackFlag;
方法or属性:GET_BUNDLE_SUMMARY = 0x00000002
旧版本信息:|类名:BundlePackFlag;
方法or属性:GET_BUNDLE_SUMMARY = 0x00000002
新版本信息:systemapi|@ohos.bundle.freeInstall.d.ts|
|访问级别有变化|类名:BundlePackFlag;
方法or属性:GET_MODULE_SUMMARY = 0x00000004
旧版本信息:|类名:BundlePackFlag;
方法or属性:GET_MODULE_SUMMARY = 0x00000004
新版本信息:systemapi|@ohos.bundle.freeInstall.d.ts|
|访问级别有变化|类名:innerBundleManager;
方法or属性:function getLauncherAbilityInfos(bundleName: string, userId: number): Promise\>;
旧版本信息:|类名:innerBundleManager;
方法or属性:function getLauncherAbilityInfos(bundleName: string, userId: number): Promise\>;
新版本信息:systemapi|@ohos.bundle.innerBundleManager.d.ts|
|访问级别有变化|类名:innerBundleManager;
方法or属性:function on(type: 'BundleStatusChange', bundleStatusCallback: BundleStatusCallback): Promise\;
旧版本信息:|类名:innerBundleManager;
方法or属性:function on(type: 'BundleStatusChange', bundleStatusCallback: BundleStatusCallback): Promise\;
新版本信息:systemapi|@ohos.bundle.innerBundleManager.d.ts|
|访问级别有变化|类名:innerBundleManager;
方法or属性:function off(type: 'BundleStatusChange'): Promise\;
旧版本信息:|类名:innerBundleManager;
方法or属性:function off(type: 'BundleStatusChange'): Promise\;
新版本信息:systemapi|@ohos.bundle.innerBundleManager.d.ts|
|访问级别有变化|类名:innerBundleManager;
方法or属性:function getAllLauncherAbilityInfos(userId: number): Promise\>;
旧版本信息:|类名:innerBundleManager;
方法or属性:function getAllLauncherAbilityInfos(userId: number): Promise\>;
新版本信息:systemapi|@ohos.bundle.innerBundleManager.d.ts|
|访问级别有变化|类名:innerBundleManager;
方法or属性:function getShortcutInfos(bundleName: string): Promise\>;
旧版本信息:|类名:innerBundleManager;
方法or属性:function getShortcutInfos(bundleName: string): Promise\>;
新版本信息:systemapi|@ohos.bundle.innerBundleManager.d.ts|
|访问级别有变化|类名:BundleInstaller;
方法or属性:install(hapFilePaths: Array\, callback: AsyncCallback\): void;
旧版本信息:|类名:BundleInstaller;
方法or属性:install(hapFilePaths: Array\, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.bundle.installer.d.ts|
|访问级别有变化|类名:BundleInstaller;
方法or属性:uninstall(bundleName: string, callback: AsyncCallback\): void;
旧版本信息:|类名:BundleInstaller;
方法or属性:uninstall(bundleName: string, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.bundle.installer.d.ts|
|访问级别有变化|类名:BundleInstaller;
方法or属性:recover(bundleName: string, callback: AsyncCallback\): void;
旧版本信息:|类名:BundleInstaller;
方法or属性:recover(bundleName: string, callback: AsyncCallback\): void;
新版本信息:systemapi|@ohos.bundle.installer.d.ts|
|访问级别有变化|类名:HashParam;
方法or属性:moduleName: string;
旧版本信息:|类名:HashParam;
方法or属性:moduleName: string;
新版本信息:systemapi|@ohos.bundle.installer.d.ts|
|访问级别有变化|类名:HashParam;
方法or属性:hashValue: string;
旧版本信息:|类名:HashParam;
方法or属性:hashValue: string;
新版本信息:systemapi|@ohos.bundle.installer.d.ts|
|访问级别有变化|类名:InstallParam;
方法or属性:userId?: number;
旧版本信息:|类名:InstallParam;
方法or属性:userId?: number;
新版本信息:systemapi|@ohos.bundle.installer.d.ts|
|访问级别有变化|类名:InstallParam;
方法or属性:installFlag?: number;
旧版本信息:|类名:InstallParam;
方法or属性:installFlag?: number;
新版本信息:systemapi|@ohos.bundle.installer.d.ts|
|访问级别有变化|类名:InstallParam;
方法or属性:isKeepData?: boolean;
旧版本信息:|类名:InstallParam;
方法or属性:isKeepData?: boolean;
新版本信息:systemapi|@ohos.bundle.installer.d.ts|
|访问级别有变化|类名:InstallParam;
方法or属性:hashParams?: Array\;
旧版本信息:|类名:InstallParam;
方法or属性:hashParams?: Array\;
新版本信息:systemapi|@ohos.bundle.installer.d.ts|
|访问级别有变化|类名:InstallParam;
方法or属性:crowdtestDeadline?: number;
旧版本信息:|类名:InstallParam;
方法or属性:crowdtestDeadline?: number;
新版本信息:systemapi|@ohos.bundle.installer.d.ts|
|访问级别有变化|类名:distributedBundle;
方法or属性:function getRemoteAbilityInfo(elementName: ElementName): Promise\;
旧版本信息:|类名:distributedBundle;
方法or属性:function getRemoteAbilityInfo(elementName: ElementName): Promise\;
新版本信息:systemapi|@ohos.distributedBundle.d.ts|
|访问级别有变化|类名:distributedBundle;
方法or属性:function getRemoteAbilityInfos(elementNames: Array\): Promise\>;
旧版本信息:|类名:distributedBundle;
方法or属性:function getRemoteAbilityInfos(elementNames: Array\): Promise\>;
新版本信息:systemapi|@ohos.distributedBundle.d.ts|
|访问级别有变化|类名:InstallParam;
方法or属性:userId: number;
旧版本信息:|类名:InstallParam;
方法or属性:userId: number;
新版本信息:systemapi|bundleInstaller.d.ts|
|访问级别有变化|类名:InstallParam;
方法or属性:installFlag: number;
旧版本信息:|类名:InstallParam;
方法or属性:installFlag: number;
新版本信息:systemapi|bundleInstaller.d.ts|
|访问级别有变化|类名:InstallParam;
方法or属性:isKeepData: boolean;
旧版本信息:|类名:InstallParam;
方法or属性:isKeepData: boolean;
新版本信息:systemapi|bundleInstaller.d.ts|
|访问级别有变化|类名:InstallStatus;
方法or属性:status: bundle.InstallErrorCode;
旧版本信息:|类名:InstallStatus;
方法or属性:status: bundle.InstallErrorCode;
新版本信息:systemapi|bundleInstaller.d.ts|
|访问级别有变化|类名:InstallStatus;
方法or属性:statusMessage: string;
旧版本信息:|类名:InstallStatus;
方法or属性:statusMessage: string;
新版本信息:systemapi|bundleInstaller.d.ts|
|访问级别有变化|类名:BundleInstaller;
方法or属性:install(bundleFilePaths: Array\, param: InstallParam, callback: AsyncCallback\): void;
旧版本信息:|类名:BundleInstaller;
方法or属性:install(bundleFilePaths: Array\, param: InstallParam, callback: AsyncCallback\): void;
新版本信息:systemapi|bundleInstaller.d.ts|
|访问级别有变化|类名:BundleInstaller;
方法or属性:uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback\): void;
旧版本信息:|类名:BundleInstaller;
方法or属性:uninstall(bundleName: string, param: InstallParam, callback: AsyncCallback\): void;
新版本信息:systemapi|bundleInstaller.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly applicationInfo: ApplicationInfo;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly applicationInfo: ApplicationInfo;
新版本信息:systemapi|launcherAbilityInfo.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly elementName: ElementName;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly elementName: ElementName;
新版本信息:systemapi|launcherAbilityInfo.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly labelId: number;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly labelId: number;
新版本信息:systemapi|launcherAbilityInfo.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly iconId: number;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly iconId: number;
新版本信息:systemapi|launcherAbilityInfo.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly userId: number;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly userId: number;
新版本信息:systemapi|launcherAbilityInfo.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly installTime: number;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly installTime: number;
新版本信息:systemapi|launcherAbilityInfo.d.ts|
|访问级别有变化|类名:PermissionDef;
方法or属性:permissionName: string;
旧版本信息:|类名:PermissionDef;
方法or属性:permissionName: string;
新版本信息:systemapi|PermissionDef.d.ts|
|访问级别有变化|类名:PermissionDef;
方法or属性:grantMode: number;
旧版本信息:|类名:PermissionDef;
方法or属性:grantMode: number;
新版本信息:systemapi|PermissionDef.d.ts|
|访问级别有变化|类名:PermissionDef;
方法or属性:labelId: number;
旧版本信息:|类名:PermissionDef;
方法or属性:labelId: number;
新版本信息:systemapi|PermissionDef.d.ts|
|访问级别有变化|类名:PermissionDef;
方法or属性:descriptionId: number;
旧版本信息:|类名:PermissionDef;
方法or属性:descriptionId: number;
新版本信息:systemapi|PermissionDef.d.ts|
|访问级别有变化|类名:RemoteAbilityInfo;
方法or属性:readonly elementName: ElementName;
旧版本信息:|类名:RemoteAbilityInfo;
方法or属性:readonly elementName: ElementName;
新版本信息:systemapi|remoteAbilityInfo.d.ts|
|访问级别有变化|类名:RemoteAbilityInfo;
方法or属性:readonly label: string;
旧版本信息:|类名:RemoteAbilityInfo;
方法or属性:readonly label: string;
新版本信息:systemapi|remoteAbilityInfo.d.ts|
|访问级别有变化|类名:RemoteAbilityInfo;
方法or属性:readonly icon: string;
旧版本信息:|类名:RemoteAbilityInfo;
方法or属性:readonly icon: string;
新版本信息:systemapi|remoteAbilityInfo.d.ts|
|访问级别有变化|类名:ShortcutWant;
方法or属性:readonly targetBundle: string;
旧版本信息:|类名:ShortcutWant;
方法or属性:readonly targetBundle: string;
新版本信息:systemapi|shortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutWant;
方法or属性:readonly targetClass: string;
旧版本信息:|类名:ShortcutWant;
方法or属性:readonly targetClass: string;
新版本信息:systemapi|shortcutInfo.d.ts|
|访问级别有变化|类名:BundlePackInfo;
方法or属性:readonly packages: Array\;
旧版本信息:|类名:BundlePackInfo;
方法or属性:readonly packages: Array\;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:BundlePackInfo;
方法or属性:readonly summary: PackageSummary;
旧版本信息:|类名:BundlePackInfo;
方法or属性:readonly summary: PackageSummary;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:PackageConfig;
方法or属性:readonly deviceTypes: Array\;
旧版本信息:|类名:PackageConfig;
方法or属性:readonly deviceTypes: Array\;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleConfigInfo;
方法or属性:readonly deviceTypes: Array\;
旧版本信息:|类名:ModuleConfigInfo;
方法or属性:readonly deviceTypes: Array\;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:PackageConfig;
方法or属性:readonly name: string;
旧版本信息:|类名:PackageConfig;
方法or属性:readonly name: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ExtensionAbility;
方法or属性:readonly name: string;
旧版本信息:|类名:ExtensionAbility;
方法or属性:readonly name: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleAbilityInfo;
方法or属性:readonly name: string;
旧版本信息:|类名:ModuleAbilityInfo;
方法or属性:readonly name: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:AbilityFormInfo;
方法or属性:readonly name: string;
旧版本信息:|类名:AbilityFormInfo;
方法or属性:readonly name: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:Version;
方法or属性:readonly name: string;
旧版本信息:|类名:Version;
方法or属性:readonly name: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:PackageConfig;
方法or属性:readonly moduleType: string;
旧版本信息:|类名:PackageConfig;
方法or属性:readonly moduleType: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleDistroInfo;
方法or属性:readonly moduleType: string;
旧版本信息:|类名:ModuleDistroInfo;
方法or属性:readonly moduleType: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:PackageConfig;
方法or属性:readonly deliveryWithInstall: boolean;
旧版本信息:|类名:PackageConfig;
方法or属性:readonly deliveryWithInstall: boolean;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleDistroInfo;
方法or属性:readonly deliveryWithInstall: boolean;
旧版本信息:|类名:ModuleDistroInfo;
方法or属性:readonly deliveryWithInstall: boolean;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:PackageSummary;
方法or属性:readonly app: BundleConfigInfo;
旧版本信息:|类名:PackageSummary;
方法or属性:readonly app: BundleConfigInfo;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:PackageSummary;
方法or属性:readonly modules: Array\;
旧版本信息:|类名:PackageSummary;
方法or属性:readonly modules: Array\;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:BundleConfigInfo;
方法or属性:readonly bundleName: string;
旧版本信息:|类名:BundleConfigInfo;
方法or属性:readonly bundleName: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:BundleConfigInfo;
方法or属性:readonly version: Version;
旧版本信息:|类名:BundleConfigInfo;
方法or属性:readonly version: Version;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ExtensionAbility;
方法or属性:readonly forms: Array\;
旧版本信息:|类名:ExtensionAbility;
方法or属性:readonly forms: Array\;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleAbilityInfo;
方法or属性:readonly forms: Array\;
旧版本信息:|类名:ModuleAbilityInfo;
方法or属性:readonly forms: Array\;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleConfigInfo;
方法or属性:readonly mainAbility: string;
旧版本信息:|类名:ModuleConfigInfo;
方法or属性:readonly mainAbility: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleConfigInfo;
方法or属性:readonly apiVersion: ApiVersion;
旧版本信息:|类名:ModuleConfigInfo;
方法or属性:readonly apiVersion: ApiVersion;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleConfigInfo;
方法or属性:readonly distro: ModuleDistroInfo;
旧版本信息:|类名:ModuleConfigInfo;
方法or属性:readonly distro: ModuleDistroInfo;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleConfigInfo;
方法or属性:readonly abilities: Array\;
旧版本信息:|类名:ModuleConfigInfo;
方法or属性:readonly abilities: Array\;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleConfigInfo;
方法or属性:readonly extensionAbilities: Array\;
旧版本信息:|类名:ModuleConfigInfo;
方法or属性:readonly extensionAbilities: Array\;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleDistroInfo;
方法or属性:readonly installationFree: boolean;
旧版本信息:|类名:ModuleDistroInfo;
方法or属性:readonly installationFree: boolean;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleDistroInfo;
方法or属性:readonly moduleName: string;
旧版本信息:|类名:ModuleDistroInfo;
方法or属性:readonly moduleName: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleAbilityInfo;
方法or属性:readonly label: string;
旧版本信息:|类名:ModuleAbilityInfo;
方法or属性:readonly label: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ModuleAbilityInfo;
方法or属性:readonly exported: boolean;
旧版本信息:|类名:ModuleAbilityInfo;
方法or属性:readonly exported: boolean;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:AbilityFormInfo;
方法or属性:readonly type: string;
旧版本信息:|类名:AbilityFormInfo;
方法or属性:readonly type: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:AbilityFormInfo;
方法or属性:readonly updateEnabled: boolean;
旧版本信息:|类名:AbilityFormInfo;
方法or属性:readonly updateEnabled: boolean;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:AbilityFormInfo;
方法or属性:readonly scheduledUpdateTime: string;
旧版本信息:|类名:AbilityFormInfo;
方法or属性:readonly scheduledUpdateTime: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:AbilityFormInfo;
方法or属性:readonly updateDuration: number;
旧版本信息:|类名:AbilityFormInfo;
方法or属性:readonly updateDuration: number;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:AbilityFormInfo;
方法or属性:readonly supportDimensions: Array\;
旧版本信息:|类名:AbilityFormInfo;
方法or属性:readonly supportDimensions: Array\;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:AbilityFormInfo;
方法or属性:readonly defaultDimension: string;
旧版本信息:|类名:AbilityFormInfo;
方法or属性:readonly defaultDimension: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:Version;
方法or属性:readonly minCompatibleVersionCode: number;
旧版本信息:|类名:Version;
方法or属性:readonly minCompatibleVersionCode: number;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:Version;
方法or属性:readonly code: number;
旧版本信息:|类名:Version;
方法or属性:readonly code: number;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ApiVersion;
方法or属性:readonly releaseType: string;
旧版本信息:|类名:ApiVersion;
方法or属性:readonly releaseType: string;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ApiVersion;
方法or属性:readonly compatible: number;
旧版本信息:|类名:ApiVersion;
方法or属性:readonly compatible: number;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:ApiVersion;
方法or属性:readonly target: number;
旧版本信息:|类名:ApiVersion;
方法or属性:readonly target: number;
新版本信息:systemapi|BundlePackInfo.d.ts|
|访问级别有变化|类名:DispatchInfo;
方法or属性:readonly version: string;
旧版本信息:|类名:DispatchInfo;
方法or属性:readonly version: string;
新版本信息:systemapi|DispatchInfo.d.ts|
|访问级别有变化|类名:DispatchInfo;
方法or属性:readonly dispatchAPIVersion: string;
旧版本信息:|类名:DispatchInfo;
方法or属性:readonly dispatchAPIVersion: string;
新版本信息:systemapi|DispatchInfo.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly applicationInfo: ApplicationInfo;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly applicationInfo: ApplicationInfo;
新版本信息:systemapi|LauncherAbilityInfo.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly elementName: ElementName;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly elementName: ElementName;
新版本信息:systemapi|LauncherAbilityInfo.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly labelId: number;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly labelId: number;
新版本信息:systemapi|LauncherAbilityInfo.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly iconId: number;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly iconId: number;
新版本信息:systemapi|LauncherAbilityInfo.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly userId: number;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly userId: number;
新版本信息:systemapi|LauncherAbilityInfo.d.ts|
|访问级别有变化|类名:LauncherAbilityInfo;
方法or属性:readonly installTime: number;
旧版本信息:|类名:LauncherAbilityInfo;
方法or属性:readonly installTime: number;
新版本信息:systemapi|LauncherAbilityInfo.d.ts|
|访问级别有变化|类名:PermissionDef;
方法or属性:readonly permissionName: string;
旧版本信息:|类名:PermissionDef;
方法or属性:readonly permissionName: string;
新版本信息:systemapi|PermissionDef.d.ts|
|访问级别有变化|类名:PermissionDef;
方法or属性:readonly grantMode: number;
旧版本信息:|类名:PermissionDef;
方法or属性:readonly grantMode: number;
新版本信息:systemapi|PermissionDef.d.ts|
|访问级别有变化|类名:PermissionDef;
方法or属性:readonly labelId: number;
旧版本信息:|类名:PermissionDef;
方法or属性:readonly labelId: number;
新版本信息:systemapi|PermissionDef.d.ts|
|访问级别有变化|类名:PermissionDef;
方法or属性:readonly descriptionId: number;
旧版本信息:|类名:PermissionDef;
方法or属性:readonly descriptionId: number;
新版本信息:systemapi|PermissionDef.d.ts|
|访问级别有变化|类名:RemoteAbilityInfo;
方法or属性:readonly elementName: ElementName;
旧版本信息:|类名:RemoteAbilityInfo;
方法or属性:readonly elementName: ElementName;
新版本信息:systemapi|RemoteAbilityInfo.d.ts|
|访问级别有变化|类名:RemoteAbilityInfo;
方法or属性:readonly label: string;
旧版本信息:|类名:RemoteAbilityInfo;
方法or属性:readonly label: string;
新版本信息:systemapi|RemoteAbilityInfo.d.ts|
|访问级别有变化|类名:RemoteAbilityInfo;
方法or属性:readonly icon: string;
旧版本信息:|类名:RemoteAbilityInfo;
方法or属性:readonly icon: string;
新版本信息:systemapi|RemoteAbilityInfo.d.ts|
|访问级别有变化|类名:ShortcutInfo;
方法or属性:readonly id: string;
旧版本信息:|类名:ShortcutInfo;
方法or属性:readonly id: string;
新版本信息:systemapi|ShortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutInfo;
方法or属性:readonly bundleName: string;
旧版本信息:|类名:ShortcutInfo;
方法or属性:readonly bundleName: string;
新版本信息:systemapi|ShortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutInfo;
方法or属性:readonly moduleName: string;
旧版本信息:|类名:ShortcutInfo;
方法or属性:readonly moduleName: string;
新版本信息:systemapi|ShortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutInfo;
方法or属性:readonly hostAbility: string;
旧版本信息:|类名:ShortcutInfo;
方法or属性:readonly hostAbility: string;
新版本信息:systemapi|ShortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutInfo;
方法or属性:readonly icon: string;
旧版本信息:|类名:ShortcutInfo;
方法or属性:readonly icon: string;
新版本信息:systemapi|ShortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutInfo;
方法or属性:readonly iconId: number;
旧版本信息:|类名:ShortcutInfo;
方法or属性:readonly iconId: number;
新版本信息:systemapi|ShortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutInfo;
方法or属性:readonly label: string;
旧版本信息:|类名:ShortcutInfo;
方法or属性:readonly label: string;
新版本信息:systemapi|ShortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutInfo;
方法or属性:readonly labelId: number;
旧版本信息:|类名:ShortcutInfo;
方法or属性:readonly labelId: number;
新版本信息:systemapi|ShortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutInfo;
方法or属性:readonly wants: Array\;
旧版本信息:|类名:ShortcutInfo;
方法or属性:readonly wants: Array\;
新版本信息:systemapi|ShortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutWant;
方法or属性:readonly targetBundle: string;
旧版本信息:|类名:ShortcutWant;
方法or属性:readonly targetBundle: string;
新版本信息:systemapi|ShortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutWant;
方法or属性:readonly targetModule: string;
旧版本信息:|类名:ShortcutWant;
方法or属性:readonly targetModule: string;
新版本信息:systemapi|ShortcutInfo.d.ts|
|访问级别有变化|类名:ShortcutWant;
方法or属性:readonly targetAbility: string;
旧版本信息:|类名:ShortcutWant;
方法or属性:readonly targetAbility: string;
新版本信息:systemapi|ShortcutInfo.d.ts|
|权限有变化|类名:bundleManager;
方法or属性:function getBundleInfo(bundleName: string,
bundleFlags: number, userId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getBundleInfo(bundleName: string,
bundleFlags: number, userId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.bundleManager.d.ts|
|权限有变化|类名:bundleManager;
方法or属性:function getApplicationInfo(bundleName: string,
appFlags: number, userId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getApplicationInfo(bundleName: string,
appFlags: number, userId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.bundleManager.d.ts|
|权限有变化|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback\>): void;
旧版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, callback: AsyncCallback\>): void;
新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
|权限有变化|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, userId: number, callback: AsyncCallback\>): void;
新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
|权限有变化|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, userId?: number): Promise\>;
旧版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|类名:bundleManager;
方法or属性:function getAllBundleInfo(bundleFlags: number, userId?: number): Promise\>;
新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
|权限有变化|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number, callback: AsyncCallback\>): void;
旧版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number, callback: AsyncCallback\>): void;
新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
|权限有变化|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number,
userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number,
userId: number, callback: AsyncCallback\>): void;
新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
|权限有变化|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number, userId?: number): Promise\>;
旧版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|类名:bundleManager;
方法or属性:function getAllApplicationInfo(appFlags: number, userId?: number): Promise\>;
新版本信息:ohos.permission.GET_INSTALLED_BUNDLE_LIST|@ohos.bundle.bundleManager.d.ts|
|权限有变化|类名:bundleManager;
方法or属性:function queryAbilityInfo(want: Want,
abilityFlags: number, userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function queryAbilityInfo(want: Want,
abilityFlags: number, userId: number, callback: AsyncCallback\>): void;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.bundleManager.d.ts|
|权限有变化|类名:bundleManager;
方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,
extensionAbilityFlags: number, userId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundleManager;
方法or属性:function queryExtensionAbilityInfo(want: Want, extensionAbilityType: ExtensionAbilityType,
extensionAbilityFlags: number, userId: number, callback: AsyncCallback\>): void;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.bundleManager.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\): void;
旧版本信息:|类名:bundle;
方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function getBundleInfo(bundleName: string, bundleFlags: number, options?: BundleOptions): Promise\;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getBundleInstaller(): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function getBundleInstaller(): Promise\;
新版本信息:ohos.permission.INSTALL_BUNDLE|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getAbilityInfo(bundleName: string, abilityName: string): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function getAbilityInfo(bundleName: string, abilityName: string): Promise\;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\): void;
旧版本信息:|类名:bundle;
方法or属性:function getApplicationInfo(bundleName: string, bundleFlags: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function getApplicationInfo(bundleName: string, bundleFlags: number, userId?: number): Promise\;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundle;
方法or属性:function queryAbilityByWant(want: Want, bundleFlags: number, callback: AsyncCallback\>): void;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function queryAbilityByWant(want: Want, bundleFlags: number, userId?: number): Promise\>;
旧版本信息:|类名:bundle;
方法or属性:function queryAbilityByWant(want: Want, bundleFlags: number, userId?: number): Promise\>;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundle;
方法or属性:function getAllBundleInfo(bundleFlag: BundleFlag, callback: AsyncCallback\>): void;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number): Promise\>;
旧版本信息:|类名:bundle;
方法or属性:function getAllBundleInfo(bundleFlag: BundleFlag, userId?: number): Promise\>;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:bundle;
方法or属性:function getAllApplicationInfo(bundleFlags: number, callback: AsyncCallback\>): void;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getAllApplicationInfo(bundleFlags: number, userId?: number): Promise\>;
旧版本信息:|类名:bundle;
方法or属性:function getAllApplicationInfo(bundleFlags: number, userId?: number): Promise\>;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getLaunchWantForBundle(bundleName: string): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function getLaunchWantForBundle(bundleName: string): Promise\;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function cleanBundleCacheFiles(bundleName: string): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function cleanBundleCacheFiles(bundleName: string): Promise\;
新版本信息:ohos.permission.REMOVE_CACHE_FILES|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function setApplicationEnabled(bundleName: string, isEnable: boolean): Promise\;
新版本信息:ohos.permission.CHANGE_ABILITY_ENABLED_STATE|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function setAbilityEnabled(info: AbilityInfo, isEnable: boolean): Promise\;
新版本信息:ohos.permission.CHANGE_ABILITY_ENABLED_STATE|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getPermissionDef(permissionName: string): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function getPermissionDef(permissionName: string): Promise\;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getAbilityLabel(bundleName: string, abilityName: string): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function getAbilityLabel(bundleName: string, abilityName: string): Promise\;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
|权限有变化|类名:bundle;
方法or属性:function getAbilityIcon(bundleName: string, abilityName: string): Promise\;
旧版本信息:|类名:bundle;
方法or属性:function getAbilityIcon(bundleName: string, abilityName: string): Promise\;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.GET_BUNDLE_INFO|@ohos.bundle.d.ts|
|权限有变化|类名:defaultAppManager;
方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback\): void;
旧版本信息:|类名:defaultAppManager;
方法or属性:function getDefaultApplication(type: string, callback: AsyncCallback\): void;
新版本信息:ohos.permission.GET_DEFAULT_APPLICATION|@ohos.bundle.defaultAppManager.d.ts|
|权限有变化|类名:defaultAppManager;
方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\): void;
旧版本信息:|类名:defaultAppManager;
方法or属性:function setDefaultApplication(type: string, elementName: ElementName, callback: AsyncCallback\): void;
新版本信息:ohos.permission.SET_DEFAULT_APPLICATION|@ohos.bundle.defaultAppManager.d.ts|
|权限有变化|类名:defaultAppManager;
方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback\): void;
旧版本信息:|类名:defaultAppManager;
方法or属性:function resetDefaultApplication(type: string, callback: AsyncCallback\): void;
新版本信息:ohos.permission.SET_DEFAULT_APPLICATION|@ohos.bundle.defaultAppManager.d.ts|
|权限有变化|类名:innerBundleManager;
方法or属性:function getLauncherAbilityInfos(bundleName: string, userId: number): Promise\>;
旧版本信息:|类名:innerBundleManager;
方法or属性:function getLauncherAbilityInfos(bundleName: string, userId: number): Promise\>;
新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED|@ohos.bundle.innerBundleManager.d.ts|
|权限有变化|类名:innerBundleManager;
方法or属性:function on(type: 'BundleStatusChange', bundleStatusCallback: BundleStatusCallback): Promise\;
旧版本信息:|类名:innerBundleManager;
方法or属性:function on(type: 'BundleStatusChange', bundleStatusCallback: BundleStatusCallback): Promise\;
新版本信息:ohos.permission.LISTEN_BUNDLE_CHANGE|@ohos.bundle.innerBundleManager.d.ts|
|权限有变化|类名:innerBundleManager;
方法or属性:function off(type: 'BundleStatusChange'): Promise\;
旧版本信息:|类名:innerBundleManager;
方法or属性:function off(type: 'BundleStatusChange'): Promise\;
新版本信息:ohos.permission.LISTEN_BUNDLE_CHANGE|@ohos.bundle.innerBundleManager.d.ts|
|权限有变化|类名:innerBundleManager;
方法or属性:function getAllLauncherAbilityInfos(userId: number): Promise\>;