Activity.ShowLockTaskEscapeMessage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows the user the system defined message for telling the user how to exit lock task mode.
[Android.Runtime.Register("showLockTaskEscapeMessage", "()V", "GetShowLockTaskEscapeMessageHandler", ApiSince=23)]
public virtual void ShowLockTaskEscapeMessage ();
[<Android.Runtime.Register("showLockTaskEscapeMessage", "()V", "GetShowLockTaskEscapeMessageHandler", ApiSince=23)>]
abstract member ShowLockTaskEscapeMessage : unit -> unit
override this.ShowLockTaskEscapeMessage : unit -> unit
- Attributes
Remarks
Shows the user the system defined message for telling the user how to exit lock task mode. The task containing this activity must be in lock task mode at the time of this call for the message to be displayed.
Java documentation for android.app.Activity.showLockTaskEscapeMessage()
.
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.