Android.App.Activity.StopLockTask Method
Allow the user to switch away from the current task.

Syntax

[Android.Runtime.Register("stopLockTask", "()V", "GetStopLockTaskHandler")]
public virtual void StopLockTask ()

Remarks

Allow the user to switch away from the current task. Called to end the mode started by Activity.StartLockTask. This can only be called by activities that have successfully called startLockTask previously. This will allow the user to exit this app and move onto other activities.

[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