Here I have implemented functionality to read messages of incoming push notifications using Text-To-Speech. I created a separate service class for it which works fine and a
You better to use IntentService for background services if service is not in Opened. Follow this document IntentService , Keep Coding :)