1

Android アプリケーションで BCCH、BSIC などの gsm ネットワーク情報が必要です。Android SDKを使用してこれを取得するにはどうすればよいですか?

4

1 に答える 1

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

telephonyManagerはあなたの友達です。;)

于 2012-04-26T10:09:07.987 に答える