如何获取第二张SIM卡的号码?

时间:2013-05-10 17:15:07

标签: android

如何获取第二张SIM卡的号码?

TelephonyManager tm = (TelephonyManager) context
            .getSystemService(Context.TELEPHONY_SERVICE);
tm.getLine1Number();

返回第一张SIM卡的号码。

0 个答案:

没有答案