android 获取手机运营商

来源:互联网 发布:美图秀秀叠图软件 编辑:程序博客网 时间:2024/04/30 18:21
  TelephonyManager tm = (TelephonyManager) getSystemService(TELEPHONY_SERVICE);
        String operator =  tm.getNetworkOperator();
        tm.getNetworkOperatorName();
原创粉丝点击