See Also: ReceiverCallNotAllowedException Members
This exception is thrown from Context.RegisterReceiver(BroadcastReceiver, Android.Content.IntentFilter) and Context.BindService(Intent, Android.Content.IServiceConnection, Android.Content.IServiceConnection) when these methods are being used from an Android.Content.BroadcastReceiver component. In this case, the component will no longer be active upon returning from receiving the Intent, so it is not valid to use asynchronous APIs.