androidandroid-intentandroid-broadcast

android.intent.action.BOOT_COMPLETED Intent is not received at "Restart" or "Reboot"


Android android.intent.action.BOOT_COMPLETED Intent is not received if I use the "Restart" or "Reboot", but works if I turn off and on the device. Is there Any way to make this work?


Solution

  • Add

    <action android:name="android.intent.action.QUICKBOOT_POWERON" /> 
    

    also