I have an app with a service in backgroud, when it closes the app after some time does not return open because the initial service first and some kind of conflict and it gets append a black screen in the app.
I am using the command:
to schedule a new task in the service.
How can I solve this problem?
I am using the command:
B4X:
StartServiceAt("", DateTime.Now + 20 * 1000, True)
How can I solve this problem?