| 操作 | 旧版本 | 新版本 | d.ts文件 | | ---- | ------ | ------ | -------- | |新增|NA|类名:adminManager;
方法or属性:function authorizeAdmin(admin: Want, bundleName: string, callback: AsyncCallback\): void;|@ohos.enterprise.adminManager.d.ts| |新增|NA|类名:adminManager;
方法or属性:function authorizeAdmin(admin: Want, bundleName: string): Promise\;|@ohos.enterprise.adminManager.d.ts| |新增|NA|类名:bundleManager;
方法or属性:function install(admin: Want, hapFilePaths: Array\, callback: AsyncCallback\): void;|@ohos.enterprise.bundleManager.d.ts| |新增|NA|类名:bundleManager;
方法or属性:function install(admin: Want, hapFilePaths: Array\, installParam: InstallParam, callback: AsyncCallback\): void;|@ohos.enterprise.bundleManager.d.ts| |新增|NA|类名:bundleManager;
方法or属性:function install(admin: Want, hapFilePaths: Array\, installParam?: InstallParam): Promise\;|@ohos.enterprise.bundleManager.d.ts| |新增|NA|类名:InstallParam;
方法or属性:userId?: number;|@ohos.enterprise.bundleManager.d.ts| |新增|NA|类名:InstallParam;
方法or属性:installFlag?: number;|@ohos.enterprise.bundleManager.d.ts| |新增|NA|类名:deviceSettings;
方法or属性:function installUserCertificate(admin: Want, certificate: CertBlob, callback: AsyncCallback\): void;|@ohos.enterprise.deviceSettings.d.ts| |新增|NA|类名:deviceSettings;
方法or属性:function installUserCertificate(admin: Want, certificate: CertBlob): Promise\;|@ohos.enterprise.deviceSettings.d.ts| |新增|NA|类名:deviceSettings;
方法or属性:function uninstallUserCertificate(admin: Want, certUri: string, callback: AsyncCallback\): void;|@ohos.enterprise.deviceSettings.d.ts| |新增|NA|类名:deviceSettings;
方法or属性:function uninstallUserCertificate(admin: Want, certUri: string): Promise\;|@ohos.enterprise.deviceSettings.d.ts| |新增|NA|类名:CertBlob;
方法or属性:inData: Uint8Array;|@ohos.enterprise.deviceSettings.d.ts| |新增|NA|类名:CertBlob;
方法or属性:alias: string;|@ohos.enterprise.deviceSettings.d.ts| |新增|NA|类名:networkManager;
方法or属性:function setGlobalProxy(admin: Want, httpProxy: connection.HttpProxy, callback: AsyncCallback\): void;|@ohos.enterprise.networkManager.d.ts| |新增|NA|类名:networkManager;
方法or属性:function setGlobalProxy(admin: Want, httpProxy: connection.HttpProxy): Promise\;|@ohos.enterprise.networkManager.d.ts| |新增|NA|类名:networkManager;
方法or属性:function getGlobalProxy(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.networkManager.d.ts| |新增|NA|类名:networkManager;
方法or属性:function getGlobalProxy(admin: Want): Promise\;|@ohos.enterprise.networkManager.d.ts| |新增|NA|类名:usbManager;
方法or属性:function setUsbPolicy(admin: Want, usbPolicy: UsbPolicy, callback: AsyncCallback\): void;|@ohos.enterprise.usbManager.d.ts| |新增|NA|类名:usbManager;
方法or属性:function setUsbPolicy(admin: Want, usbPolicy: UsbPolicy): Promise\;|@ohos.enterprise.usbManager.d.ts| |新增|NA|类名:UsbPolicy;
方法or属性:READ_WRITE = 0|@ohos.enterprise.usbManager.d.ts| |新增|NA|类名:UsbPolicy;
方法or属性:READ_ONLY = 1|@ohos.enterprise.usbManager.d.ts|