Activity.FinishAndRemoveTask Method

Definition

Call this when your activity is done and should be closed and the task should be completely removed as a part of finishing the root activity of the task.

[Android.Runtime.Register("finishAndRemoveTask", "()V", "GetFinishAndRemoveTaskHandler")]
public virtual void FinishAndRemoveTask ();
[<Android.Runtime.Register("finishAndRemoveTask", "()V", "GetFinishAndRemoveTaskHandler")>]
abstract member FinishAndRemoveTask : unit -> unit
override this.FinishAndRemoveTask : unit -> unit
Attributes

Remarks

Call this when your activity is done and should be closed and the task should be completely removed as a part of finishing the root activity of the task.

Java documentation for android.app.Activity.finishAndRemoveTask().

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