# Foreground

> Mirrors android:public static final int IMPORTANCE_FOREGROUND.

## Definition

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

```csharp
Foreground = 100
```

### Remarks

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