| Member Name | Description |
|---|---|
| Foreground | Bit for Android.App.ActivityManager.RunningServiceInfo.Flags: set if the service has asked to run as a foreground process. |
| PersistentProcess | Bit for {@link #flags): set if the service is running in a persistent process. |
| Started | Bit for Android.App.ActivityManager.RunningServiceInfo.Flags: set if this service has been explicitly started. |
| SystemProcess | Bit for {@link #flags): set if the service is running in a core system process. |