| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|删除|类名:AudioDeviceInfo;
方法or属性:audioDeviceList: Array\;|NA|@ohos.telephony.call.d.ts|
|删除|类名:AudioDeviceInfo;
方法or属性:currentAudioDevice: AudioDevice;|NA|@ohos.telephony.call.d.ts|
|删除|类名:AudioDeviceInfo;
方法or属性:isMuted: boolean;|NA|@ohos.telephony.call.d.ts|
|新增|NA|类名:AudioDeviceCallbackInfo;
方法or属性:audioDeviceList: Array\;|@ohos.telephony.call.d.ts|
|新增|NA|类名:AudioDeviceCallbackInfo;
方法or属性:currentAudioDevice: AudioDevice;|@ohos.telephony.call.d.ts|
|新增|NA|类名:AudioDeviceCallbackInfo;
方法or属性:isMuted: boolean;|@ohos.telephony.call.d.ts|
|新增|NA|类名:call;
方法or属性:function hasCallSync(): boolean;|@ohos.telephony.call.d.ts|
|新增|NA|类名:call;
方法or属性:function getCallStateSync(): CallState;|@ohos.telephony.call.d.ts|
|新增|NA|类名:radio;
方法or属性:function getISOCountryCodeForNetworkSync(slotId: number): string;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:radio;
方法or属性:function getSignalInformationSync(slotId: number): Array\;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:radio;
方法or属性:function getOperatorNameSync(slotId: number): string;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:sim;
方法or属性:function isSimActiveSync(slotId: number): boolean;|@ohos.telephony.sim.d.ts|
|新增|NA|类名:sim;
方法or属性:function getISOCountryCodeForSimSync(slotId: number): string;|@ohos.telephony.sim.d.ts|
|新增|NA|类名:sim;
方法or属性:function getSimOperatorNumericSync(slotId: number): string;|@ohos.telephony.sim.d.ts|
|新增|NA|类名:sim;
方法or属性:function getSimSpnSync(slotId: number): string;|@ohos.telephony.sim.d.ts|
|新增|NA|类名:sim;
方法or属性:function getSimStateSync(slotId: number): SimState;|@ohos.telephony.sim.d.ts|
|新增|NA|类名:sim;
方法or属性:function getCardTypeSync(slotId: number): CardType;|@ohos.telephony.sim.d.ts|
|新增|NA|类名:sim;
方法or属性:function hasSimCardSync(slotId: number): boolean;|@ohos.telephony.sim.d.ts|
|新增|NA|类名:sim;
方法or属性:function getOpKeySync(slotId: number): string;|@ohos.telephony.sim.d.ts|
|新增|NA|类名:sim;
方法or属性:function getOpNameSync(slotId: number): string;|@ohos.telephony.sim.d.ts|
|访问级别有变化|类名:IccAccountInfo;
方法or属性:export interface IccAccountInfo
旧版本信息:systemapi|类名:IccAccountInfo;
方法or属性:export interface IccAccountInfo
新版本信息:|@ohos.telephony.sim.d.ts|
|访问级别有变化|类名:IccAccountInfo;
方法or属性:simId: number;
旧版本信息:systemapi|类名:IccAccountInfo;
方法or属性:simId: number;
新版本信息:|@ohos.telephony.sim.d.ts|
|访问级别有变化|类名:IccAccountInfo;
方法or属性:slotIndex: number;
旧版本信息:systemapi|类名:IccAccountInfo;
方法or属性:slotIndex: number;
新版本信息:|@ohos.telephony.sim.d.ts|
|访问级别有变化|类名:IccAccountInfo;
方法or属性:isEsim: boolean;
旧版本信息:systemapi|类名:IccAccountInfo;
方法or属性:isEsim: boolean;
新版本信息:|@ohos.telephony.sim.d.ts|
|访问级别有变化|类名:IccAccountInfo;
方法or属性:isActive: boolean;
旧版本信息:systemapi|类名:IccAccountInfo;
方法or属性:isActive: boolean;
新版本信息:|@ohos.telephony.sim.d.ts|
|访问级别有变化|类名:IccAccountInfo;
方法or属性:iccId: string;
旧版本信息:systemapi|类名:IccAccountInfo;
方法or属性:iccId: string;
新版本信息:|@ohos.telephony.sim.d.ts|
|访问级别有变化|类名:IccAccountInfo;
方法or属性:showName: string;
旧版本信息:systemapi|类名:IccAccountInfo;
方法or属性:showName: string;
新版本信息:|@ohos.telephony.sim.d.ts|
|访问级别有变化|类名:IccAccountInfo;
方法or属性:showNumber: string;
旧版本信息:systemapi|类名:IccAccountInfo;
方法or属性:showNumber: string;
新版本信息:|@ohos.telephony.sim.d.ts|
|权限有变化|类名:sim;
方法or属性:function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\): void;
旧版本信息:ohos.permission.GET_TELEPHONY_STATE|类名:sim;
方法or属性:function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\): void;
新版本信息:ohos.permission.GET_PHONE_NUMBERS|@ohos.telephony.sim.d.ts|
|权限有变化|类名:sim;
方法or属性:function getSimTelephoneNumber(slotId: number): Promise\;
旧版本信息:ohos.permission.GET_TELEPHONY_STATE|类名:sim;
方法or属性:function getSimTelephoneNumber(slotId: number): Promise\;
新版本信息:ohos.permission.GET_PHONE_NUMBERS|@ohos.telephony.sim.d.ts|
|函数有变化|类名:call;
方法or属性:function on(type: 'audioDeviceChange', callback: Callback\): void;|类名:call;
方法or属性:function on(type: 'audioDeviceChange', callback: Callback\): void;|@ohos.telephony.call.d.ts|
|函数有变化|类名:call;
方法or属性:function off(type: 'audioDeviceChange', callback?: Callback\): void;|类名:call;
方法or属性:function off(type: 'audioDeviceChange', callback?: Callback\): void;|@ohos.telephony.call.d.ts|