I still have problems with the operation of the services, which do not always start at the established intervals.
I set the start every 5 minutes
these messages are displayed occasionally:
someone can help me understand what it can be
thank in advance
I set the start every 5 minutes
B4X:
StartServiceAt("", DateTime.Now + 5 * DateTime.TicksPerMinute, True)
these messages are displayed occasionally:
No partial wakelock.
** Service (starter) Destroy (ignored)**
** Receiver (starter) OnReceive **
The Starter service should never be started from a receiver.
*** Service (starter) Create ***
someone can help me understand what it can be
thank in advance