Android.Content.PM.ServiceInfo.FlagIsolatedProcess Field
Bit in ServiceInfo.Flags: If set, the service will run in its own isolated process.

Value: 2

Syntax

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

Remarks

Bit in ServiceInfo.Flags: If set, the service will run in its own isolated process. Set from the NoType:android/R$attr;Href=../../../../reference/android/R.attr.html#isolatedProcess attribute.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16