首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android ACTION_BOOT_COMPLETED接收不到的景况

2012-09-07 
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.

热点排行