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

이거 몰라서 한참 고생했습니다 ㅠㅠ... 알람기능이 있으면 외장메모리에 저장하면 안되겠네요.