Trying to intercept outgoing calls, and have a solution working well on
Try putting the manifest in order as suggested by Google Dev: Manifest.xml
Like this:
...
. . .
There may be an issue in how some devices parse the Manifest and may not register the receiver correctly.
EDIT: As of ADT 16 Lint will tell you that your permissions are in the wrong place, so I'm assuming this must be more of an issue then previously thought
Cheers