最終更新:2014-04-27 (日) 07:37:38 (3664d)  

android.intent.action.BOOT_COMPLETED
Top / android.intent.action.BOOT_COMPLETED

Broadcast Action: This is broadcast once, after the system has finished booting. It can be used to perform application-specific initialization, such as installing alarms. You must hold the RECEIVE_BOOT_COMPLETED permission in order to receive this broadcast.

関連