As already mentioned, I get the name of the operator, and then I record the intentions depending on the medium.
TelephonyManager manager = (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE));
String carrierName = manager.getNetworkOperatorName();
source
share