I made an app that will send SMS automatically from the db table for sending, is there a method when the cell phone sleeps, the app will continue to listen and then when the db table has content, it will send. Now the app will send SMS but when the phone sleeps, it won't send, and the app will not work anymore it pauses.
Is there a way to do it run in background by not using services?
I made an app that will send SMS automatically from the db table for sending, is there a method when the cell phone sleeps, the app will continue to listen and then when the db table has content, it will send. Now the app will send SMS but when the phone sleeps, it won't send, and the app will not work anymore it pauses.
Is there a way to do it run in background by not using services?