次の方法で共有


DeviceAdminReceiver.OnLockTaskModeExiting(Context, Intent) Method

Definition

Called when a device is exiting lock task mode.

[Android.Runtime.Register("onLockTaskModeExiting", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnLockTaskModeExiting_Landroid_content_Context_Landroid_content_Intent_Handler")]
public virtual void OnLockTaskModeExiting (Android.Content.Context context, Android.Content.Intent intent);
[<Android.Runtime.Register("onLockTaskModeExiting", "(Landroid/content/Context;Landroid/content/Intent;)V", "GetOnLockTaskModeExiting_Landroid_content_Context_Landroid_content_Intent_Handler")>]
abstract member OnLockTaskModeExiting : Android.Content.Context * Android.Content.Intent -> unit
override this.OnLockTaskModeExiting : Android.Content.Context * Android.Content.Intent -> unit

Parameters

context
Context

The running context as per #onReceive.

intent
Intent

The received intent as per #onReceive.

Attributes

Remarks

Called when a device is exiting lock task mode.

Java documentation for android.app.admin.DeviceAdminReceiver.onLockTaskModeExiting(android.content.Context, android.content.Intent).

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