# mobileCountryCode

> Mirrors the Android property mcc.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.5/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public int mobileCountryCode { get; }
```

### Remarks

For information about this property, refer to the Android developer documentation on [mcc](https://developer.android.com/reference/android/content/res/Configuration#mcc).
