Process.SupportsProcesses Method

Definition

Caution

deprecated

Determine whether the current environment supports multiple processes.

[Android.Runtime.Register("supportsProcesses", "()Z", "")]
[System.Obsolete("deprecated")]
public static bool SupportsProcesses ();
[<Android.Runtime.Register("supportsProcesses", "()Z", "")>]
[<System.Obsolete("deprecated")>]
static member SupportsProcesses : unit -> bool

Returns

Returns true if the system can run in multiple processes, else false if everything is running in a single process.

Attributes

Remarks

Determine whether the current environment supports multiple processes.

This member is deprecated. This method always returns true. Do not use.

Java documentation for android.os.Process.supportsProcesses().

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