Is there any method to get carrier names in both slots in a dual SIM Android phone? There is a method but it only detects the carrier in slot 1. To do that, I use the following code:
TelephonyManager manager = (TelephonyManager)
getSystemService(Context.TELEPHONY_SERVICE);
String carrierName = manager.getNetworkOperatorName();