Android Question How to Run the App in Background?

JhoeyBoy

Member
Licensed User
Longtime User
Good Day!

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?

Jhoey
 

Mariano Ismael Castro

Active Member
Licensed User
Good Day!

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?

Jhoey
Maybe you could implement the logic of this
https://www.b4x.com/android/forum/threads/background-location-tracking.99873/
 
Upvote 0
Top