Class<?> cx = Class.forName("android.telephony.MSimTelephonyManager");
这句进不去,望大神解决
双卡的一般会有两个获取imsi和imei接口。可以在TelephonyManager的对象中直接获取,不用使用反射方法。