안드로이드

Boot Completed

raulyo 2012. 4. 17. 21:41

<meta http-equiv="content-type" content="text/html; charset=utf-8">

Broadcast Receivers listening for "boot completed"
The system delivers the ACTION_BOOT_COMPLETED broadcast before the external storage is mounted to the device. If your application is installed on the external storage, it can never receive this broadcast.

Boot Completed는 외주 저장장치에 있는 앱이 장치의 메모리에 올라오기 전에 신호를 받기 때문에, 만약 외부 저장장치에 앱이 설치가 되었다면 이 메시지를 받을 수 없다.