android ACTION_BOOT_COMPLETED接收不到的景况

android ACTION_BOOT_COMPLETED接收不到的情况如果程序安装在了外部存储中,无法接收到。Broadcast Receiver

android ACTION_BOOT_COMPLETED接收不到的情况

如果程序安装在了外部存储中,无法接收到。
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.