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

TibiG picture TibiG · Jul 22, 2014 · Viewed 21.7k times · Source

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?

Answer

Giru Bhai picture Giru Bhai · Jul 22, 2014

Add

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

also