# ForeGroundService

> Mirrors android:public static final int IMPORTANCE_FOREGROUND_SERVICE.

## Definition

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

```csharp
ForeGroundService = 125
```

### Remarks

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