Android.Content.PM.ServiceInfo.Flags Property
Options that have been set in the service declaration in the manifest.

Syntax

[Android.Runtime.Register("flags")]
public ServiceInfoFlags Flags { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Options that have been set in the service declaration in the manifest. These include: ServiceInfo.FlagStopWithTask, ServiceInfo.FlagIsolatedProcess, ServiceInfo.FlagSingleUser.

[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 14