Android receiver ignore NEW_OUTGOING_CALL
问题 I have a with Broadcastreceiver with an intent-filter to catch android.intent.action.NEW_OUTGOING_CALL. I read many tutorials and answer here about handling NEW_OUTGOING_CALL intent, but I was unable to make this thing works. My goal is to log intent android.intent.action.NEW_OUTGOING_CALL received by my Broadcastreceiver. I'm unable to make this simple thing works. Here's my code: Manifest.xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res