2012-01-05 7 views

答えて

4

SIMオペレーターの詳細をすべて取得するためにアンドロイドAPIで何も見つかりませんでした。我々は

TelephonyManager telephonyManager =((TelephonyManager) Context.getSystemService(Context.TELEPHONY_SERVICE)); 
String operatorName = telephonyManager.getNetworkOperatorName(); 

現在のネットワークオペレータまたはSIM演算子の名前を取得することができます のみSIM演算子は、使用して取得することができます。

String operatorName = telephonyManager.getSimOperatorName(); 
関連する問題