# LowMemory

> Mirrors android:public static final int REASON_LOW_MEMORY.

## Definition

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

```csharp
LowMemory = 3
```

### Remarks

For more information, refer to Android's documentation on [REASON\_LOW\_MEMORY](https://developer.android.com/reference/android/app/ApplicationExitInfo#REASON_LOW_MEMORY).
