2012-10-22 40 views

回答

0

使用TelephonyManager.getPhoneType()

TelephonyManager tm = (TelephonyManager)Context.getSystemService(Context.TELEPHONY_SERVICE); 
int phoneType = tm.getPhoneType(); 

// test if phoneType is PHONE_TYPE_GSM or PHONE_TYPE_CDMA 
+0

不,我不想this.I要显示电池的射频手机以MHz为单位。如何做到这一点。请帮我。谢谢。 – Romil