Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 android 应用程序中使用 BCCH、BSIC 等 gsm 网络信息。如何使用 android SDK 检索这个?
TelephonyManager telMgr = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
电话管理器是你的朋友。;)