Android.App.Activity.MoveTaskToBack Method
Move the task containing this activity to the back of the activity stack.

Syntax

[Android.Runtime.Register("moveTaskToBack", "(Z)Z", "GetMoveTaskToBack_ZHandler")]
public virtual bool MoveTaskToBack (bool nonRoot)

Parameters

nonRoot
If false then this only works if the activity is the root of a task; if true it will work for any activity in a task.

Returns

Documentation for this section has not yet been entered.

Remarks

Move the task containing this activity to the back of the activity stack. The activity's order within the task is unchanged.

[Android Documentation]

Requirements

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