| Member Name | Description |
|---|---|
| Background | Constant for Android.App.ActivityManager.RunningAppProcessInfo.Importance: this process process contains background code that is expendable. |
| Empty | Constant for Android.App.ActivityManager.RunningAppProcessInfo.Importance: this process is empty of any actively running code. |
| Foreground | Constant for Android.App.ActivityManager.RunningAppProcessInfo.Importance: this process is running the foreground UI. |
| Gone | Documentation for this section has not yet been entered. |
| Perceptible | Constant for Android.App.ActivityManager.RunningAppProcessInfo.Importance: this process is running something that is considered to be actively perceptible to the user. An example would be an application performing background music playback. |
| Service | Constant for Android.App.ActivityManager.RunningAppProcessInfo.Importance: this process is contains services that should remain running. |
| Visible | Constant for Android.App.ActivityManager.RunningAppProcessInfo.Importance: this process is running something that is actively visible to the user, though not in the immediate foreground. |