I have created an application that receives BOOT_COMPLETED within the receiver using the following filters:
& lt; Intent-Filter & gt; & Lt; Action Android: name = "android.intent.action.BOOT_COMPLETED" />
I get it on one device, but I have another device that does not get it despite using the same APK. Can device-specific problems prevent a particular device from getting this intent? Is there any way to test and make measures for this?
Be sure that you < real complete reboot. Some HTC devices, for example, are the "fast boot" mode that does not trigger BOOT_COMPLETED , rather than a Android.intent.action.QUICKBOOT_POWERON < / Code> Broadcast As I understand, "Fast boot" mode basically does a hibernate rather than a true power, and so they do not send result as BOOT_COMPLETED . (Why intent is not an action com.htc.action.QUICKBOOT_POWERON is a complete issue of nut ...) < / Div>
No comments:
Post a Comment