赞
踩
使用ACTION_BOOT_COMPLETED的广播,实现app开机自启动:
<!--注册开机广播地址-->
<receiver android:name=".StartBootComplete">
</intent-filter>