ProviderInfo.Multiprocess Property

Definition

If true, this content provider allows multiple instances of itself to run in different process.

[Android.Runtime.Register("multiprocess")]
public bool Multiprocess { get; set; }
[<Android.Runtime.Register("multiprocess")>]
member this.Multiprocess : bool with get, set

Property Value

Attributes

Remarks

If true, this content provider allows multiple instances of itself to run in different process. If false, a single instances is always run in #processName.

Java documentation for android.content.pm.ProviderInfo.multiprocess.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to