G GaryK4 Member Licensed User Longtime User Mar 28, 2022 #1 Is it possible to develop a background service that can still run when the phone is locked (power on)? Once a day, I want to FTP upload a file and update a SQLite table without manual intervention.
Is it possible to develop a background service that can still run when the phone is locked (power on)? Once a day, I want to FTP upload a file and update a SQLite table without manual intervention.
Erel B4X founder Staff member Licensed User Longtime User Mar 29, 2022 #2 You should use StartServiceAtExact for this. Upvote 0