Android.App.ActivityManager.RunningServiceInfo.FlagSystemProcess Field
Bit for {@link #flags): set if the service is running in a core system process.

Value: 4

Syntax

[Android.Runtime.Register("FLAG_SYSTEM_PROCESS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ServiceInfoFlags enum directly instead of this field.")]
public const ServiceInfoFlags FlagSystemProcess

Remarks

Bit for {@link #flags): set if the service is running in a core system process.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5