Hi,
i'm new to intents and asking is there way to use permision PROCESS_OUTGOING_CALLS in some service to do something.
Thnx
I found this, and wondering how code will look like with use of Reflector
i'm new to intents and asking is there way to use permision PROCESS_OUTGOING_CALLS in some service to do something.
Thnx
It should be possible to intercept outgoing calls.
You should add an intent filter and listen to: android.intent.action.NEW_OUTGOING_CALL
See this example: http://www.b4x.com/forum/showthread.php?p=116193
I found this, and wondering how code will look like with use of Reflector
Last edited: