标签: android
我想在我的Android应用程序中使用像BCCH,BSIC等gsm网络信息。如何使用android SDK检索这个?
答案 0 :(得分:1)
TelephonyManager telMgr = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
telephonyManager是你的朋友。 ;)