Android.Content.PM.ServiceInfo.FlagSingleUser Field
Bit in ServiceInfo.Flags: If set, a single instance of the service will run for all users on the device.

Value: 1073741824

Syntax

[Android.Runtime.Register("FLAG_SINGLE_USER")]
[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 FlagSingleUser

Remarks

Bit in ServiceInfo.Flags: If set, a single instance of the service will run for all users on the device. Set from the NoType:android/R$attr;Href=../../../../reference/android/R.attr.html#singleUser 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 17