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);
telephonyManagerはあなたの友達です。;)