This exception is thrown from {@link Context#registerReceiver} and
{@link Context#bindService} when these methods are being used from
an {@link 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. |