Incoming call broadcast receiver not working (Android 4.1)

孤街醉人 提交于 2019-11-29 10:54:23

I found the problem, you must manually start an activity from your application before the broadcast receivers starts to work as of android 3.0.

sagits

Have you tried to add a broadcast receiver inside a service? A service is meant to stay active even when the application is closed/minimized. Check this link

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