I have created an application that receives BOOT_COMPLETED within a receiver using the following filter:
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
I receive this on one device but I have another device that does not receive this despite using the same APK. What device-specific issues could prevent a particular device from receiving this intent? Is there any way to test for this and create a remedy?