The methods of Android.App.ActivityManager are listed below. For a list of all members, see the ActivityManager Members list.
See Also: Inherited members from Java.Lang.Object
AddAppTask(Activity, Android.Content.Intent, ActivityManager.TaskDescription, Android.Graphics.Bitmap)Add a new NoType:android/app/ActivityManager$AppTask;Href=../../../reference/android/app/ActivityManager.AppTask.html for the calling application. | ||
ClearApplicationUserData()Permits an application to erase its own data from disk. | ||
DumpPackageState(Java.IO.FileDescriptor, string)Perform a system dump of various state associated with the given application package name. | ||
DumpPackageStateAsync(Java.IO.FileDescriptor, string)Documentation for this section has not yet been entered. | ||
static | FromContext(Android.Content.Context)Documentation for this section has not yet been entered. | |
GetMemoryInfo(ActivityManager.MemoryInfo)Return general information about the memory state of the system. | ||
static | GetMyMemoryState(ActivityManager.RunningAppProcessInfo)Return global memory state information for the calling process. | |
GetProcessMemoryInfo(int[])Return information about the memory usage of one or more processes. | ||
GetRecentTasks(int, RecentTaskFlags) | ||
GetRunningServiceControlPanel(Android.Content.ComponentName)Returns a PendingIntent you can start to show a control panel for the given running service. | ||
GetRunningServices(int)Return a list of the services that are currently running. | ||
GetRunningTasks(int)Return a list of the tasks that are currently running, with the most recent being first and older ones after in order. | ||
KillBackgroundProcesses(string)Have the system immediately kill all background processes associated with the given package. | ||
MoveTaskToFront(int, MoveTaskFlags)Equivalent to calling ActivityManager.MoveTaskToFront(int, Android.App.MoveTaskFlags, Android.App.MoveTaskFlags) with a null options argument. | ||
MoveTaskToFront(int, int)Documentation for this section has not yet been entered. | ||
MoveTaskToFront(int, MoveTaskFlags, Android.OS.Bundle)Ask that the task associated with a given task ID be moved to the front of the stack, so it is now visible to the user. | ||
RestartPackage(string) |