BroadcastReceiver(TechBoosterの記事)
配信されるIntentのうち、ACTION_BOOT_COMPLETED ACTION_NEW_OUTGOING_CALL だけは受け取る側にpermissionが必要らしい。参考:http://techbooster.jpn.org/andriod/application/1100/
動的にintent-filterを設定するには、registerReceiverをコールする。