Service bind できないケース

BroadcastReceiver など、Intent を受け取って処理する目的の中で、
Service の開始、startService を実行できても bindService をすることはできない。

次のエラーメッセージの例外が発生する。


android.content.ReceiverCallNotAllowedException

IntentReceiver components are not allowed to bind to services