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?
Add
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
also