Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save claudiosanchez/da3071ff6b4e4659ecf3 to your computer and use it in GitHub Desktop.
Save claudiosanchez/da3071ff6b4e4659ecf3 to your computer and use it in GitHub Desktop.
static string GetCarrierName () { using (var info = new CTTelephonyNetworkInfo ()) { return info.SubscriberCellularProvider.CarrierName; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment