# Service

> Mirrors android:public static final int IMPORTANCE_SERVICE.

## Definition

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

```csharp
Service = 300
```

### Remarks

For more information, refer to Android's documentation on [IMPORTANCE\_SERVICE](https://developer.android.com/reference/android/app/ActivityManager.RunningAppProcessInfo#IMPORTANCE_SERVICE).
