android 关于双卡设置

1:获得运营名称

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

mTelephonyManager.getNetworkOperatorName(0);

mTelephonyManager.getNetworkOperatorName(1);

原文地址:https://www.cnblogs.com/wanqieddy/p/2457796.html