Android.Content.PM.ProviderInfo.FlagSingleUser Field
Bit in ProviderInfo.Flags: If set, a single instance of the provider 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.ProviderInfoFlags enum directly instead of this field.")]
public const ProviderInfoFlags FlagSingleUser

Remarks

Bit in ProviderInfo.Flags: If set, a single instance of the provider 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