Android.App.ActivityManager.RunningAppProcesses Property
Returns a list of application processes that are running on the device.

Syntax

[get: Android.Runtime.Register("getRunningAppProcesses", "()Ljava/util/List;", "GetGetRunningAppProcessesHandler")]
public virtual IList<ActivityManager.RunningAppProcessInfo> RunningAppProcesses { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a list of application processes that are running on the device.

Note: this method is only intended for debugging or building a user-facing process management UI.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3