Pause when incoming phone call is received

KashMalaga

Member
Licensed User
Longtime User
My app needs to pause when an incoming phone call is received.
Unfortunately, we are unable to find how do this functionality.
 

Cableguy

Expert
Licensed User
Longtime User
Use the Broadcasting lib, it catches system events...
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Thanks for your answer, but must to be another more easy way. For example using reflector library (intents) etc.

What you do with the reflector lib, if you decide t use it, is the same the broadcaster does, so if simplicity is what you need, the broadcaster gives you a more direct access of the Phone internal intents, events, and "messages"...I think...

I undertsand if your point of view is that, you only need one or two methods, or events... but the footprint diference between both libs is not that big to make a real diference..
 
Upvote 0
Top