Search code examples
androidcarrier

Can my Android app know and detect which carrier the phone operates under at any given moment?


Is there an an Android API that enables my App to detect and know the Carrier of the the phone? I will be glad to get the code...? Thanx


Solution

  • use TelephonyManager.getNetworkOperatorName()