有些客户android手机重新启动不能运行
我的程序安装后需要重新启动才能运行。在我的HTC,SUMSUNG手机上测试都是可以的。但是在推广开来后,有相当的客户反映,安装后重新启动不能运行。我以为是360手机卫士挡住了,就安装了360手机卫士,不过发现也可以启动。我怀疑是有些手机的快速启动,实际上没有发出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.