- context
- The running context as per DeviceAdminReceiver.OnReceive(Android.Content.Context, Android.Content.Intent).
- intent
- The received intent as per DeviceAdminReceiver.OnReceive(Android.Content.Context, Android.Content.Intent).
Documentation for this section has not yet been entered.
Called when the user has asked to disable the administrator, as a result of receiving DeviceAdminReceiver.ActionDeviceAdminDisableRequested, giving you a chance to present a warning message to them. The message is returned as the result; if null is returned (the default implementation), no message will be displayed.