android.intent.action.BOOT_COMPLETED目的不是AT&QUOT好评;重启"或QUOT;重新启动"
问题描述:
Android的 android.intent.action.BOOT_COMPLETED
意图没有收到,但如果我关闭并在设备上工作。有没有什么办法,使这项工作?
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?
答
添加
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
也