1

我想在我的 android 应用程序中使用 BCCH、BSIC 等 gsm 网络信息。如何使用 android SDK 检索这个?

4

1 回答 1

1
    TelephonyManager telMgr = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);

电话管理器是你的朋友。;)

于 2012-04-26T10:09:07.987 回答