【函数】 | boolean isNetworkRoaming() |
【说明】 | 是否正在漫游。 |
【函数】 | boolean isSimReady() |
【说明】 | SIM卡是否就绪。 |
【函数】 | String getDataActivity() |
【说明】 | 当前的数据连接活动。 |
【函数】 | String getDataState() |
【说明】 | 当前的数据连接状态。 |
【函数】 | String getDeviceId() |
【说明】 | 手机的唯一识别码,即通常所说的IMEI(International Mobile Equipment Identity)。 |
【函数】 | String getDeviceSoftwareVersion() |
【说明】 | 手机的软件识别码。 |
【函数】 | String getLine1Number() |
【说明】 | 电话号码,即MSISDN(Mobile Subscriber ISDN),大多数情况下不可读。 |
【函数】 | String getNetworkCountryIso() |
【说明】 | 当前的网络所属的国家代码。 |
【函数】 | String getNetworkOperator() |
【说明】 | 当前的网络所属的运营商代码。 |
【函数】 | String getNetworkOperatorName() |
【说明】 | 当前的网络所属的运营商名称。 |
【函数】 | String getNetworkType() |
【说明】 | 当前的网络类型。 |
【函数】 | String getPhoneType() |
【说明】 | 手机类型。 |
【函数】 | String getSimCountryIso() |
【说明】 | SIM卡所属的国家代码。 |
【函数】 | String getSimOperator() |
【说明】 | SIM卡所属的运营商代码。 |
【函数】 | String getSimOperatorName() |
【说明】 | SIM卡所属的运营商名称。 |
【函数】 | String getSimSerialNumber() |
【说明】 | SIM卡的唯一识别码,即通常所说的ICCID(ICC Identity,集成电路卡标识)。 |
【函数】 | String getSimState() |
【说明】 | SIM的当前状态。 |
【函数】 | String getSubscriberId() |
【说明】 | 注册ID,即通常所说的IMSI(International Mobiles Subscriber Identity)。 |
【函数】 | String getVoiceMailAlphaTag() |
【说明】 | 语音信箱的名称。 |
【函数】 | String getVoiceMailNumber() |
【说明】 | 语音信箱的号码。 |
【示例】 | 示例代码 运行示例 |