BOOT_COMPLETED not called on Honeycomb after export

天大地大妈咪最大 提交于 2019-11-30 10:28:46

This works as intended, assuming you are using android 3.1. and later.

Applications installed on 3.1 and later are in the stopped state after installation. They have to be explicitly started by the user at least once to get out of that.

Applications in stopped state don't receive any broadcast intents, including BOOT_COMPLETED.

See Android 3.1. - API Overview - Launch controls on stopped applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!