Android.App.Admin.DeviceAdminReceiver.ActionDeviceAdminDisabled Field
Action sent to a device administrator when the user has disabled it.

Syntax

[Android.Runtime.Register("ACTION_DEVICE_ADMIN_DISABLED")]
public const string ActionDeviceAdminDisabled

Remarks

Action sent to a device administrator when the user has disabled it. Upon return, the application no longer has access to the protected device policy manager APIs. You will generally handle this in DeviceAdminReceiver.OnDisabled(Android.Content.Context, Android.Content.Intent). Note that this action will be sent the receiver regardless of whether it is explicitly listed in its intent filter.

[Android Documentation]

Requirements

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