Notify a service from a PhoneStateListener
Posted
by LucaB
on Stack Overflow
See other posts from Stack Overflow
or by LucaB
Published on 2010-03-19T19:26:29Z
Indexed on
2010/03/22
15:51 UTC
Read the original article
Hit count: 353
Hi I have built an application that listen to call state changes, and I want to notify a service when the call_state became IDLE.
All the components I have are functional, I just need to notify (not start) a service for this.
What's the correct practice, maybe using AIDL?
Because, in a PhoneStateListener, I can't bind to a service. Do I have to start an activity for that?
© Stack Overflow or respective owner