1:获得运营名称

mTelephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);

mTelephonyManager.getNetworkOperatorName(0);

mTelephonyManager.getNetworkOperatorName(1);

 

 

 

相关文章:

  • 2021-10-14
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2021-12-22
  • 2021-12-05
  • 2021-11-07
  • 2021-12-05
猜你喜欢
  • 2021-07-04
  • 2021-12-05
  • 2021-12-05
  • 2021-10-16
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
相关资源
相似解决方案