I am doing an app which will speak the caller name.It is having a main Activity and two broadcast receivers for monitoring incoming calls and SMS. from that receivers it starts an service for speak out the caller name.
The Problem I am facing with this is
I want to start ans stop this broadcast receivers from the UI.i mean with the help of two buttons.
Is it possible,If yes how can I do it?