Detect outgoing calls and problem with a real device

Posted by Tobia Loschiavo on Stack Overflow See other posts from Stack Overflow or by Tobia Loschiavo
Published on 2010-04-19T15:00:25Z Indexed on 2010/04/19 15:03 UTC
Read the original article Hit count: 214

Filed under:
|
|

Hi,

I have a strange problem. To detect outgoing calls I have registered a broadcast receiver for android.intent.action.PHONE_STATE. When the state becomes OFFHOOK, then a conversation is started. It seems working on emulator: the debugger in fact reaches some code while it doesn't work on real device (Acer Liquid). Is it possible? Which is a way to detect outgoing calls?

Thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about broadcastreceiver