当前位置: 代码迷 >> Android >> android ACTION_BOOT_COMPLETED接收不到的景况
  详细解决方案

android ACTION_BOOT_COMPLETED接收不到的景况

热度:51   发布时间:2016-05-01 15:22:12.0
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.
  相关解决方案