Hallo,
I have a foreground service that reschedules itself using StartServiceAt("", RestartAt, True)
This works fine with a lot of different devices.
However, it seems to be that some android implementations go into some kind of deep sleep mode that just ignores the scheduled restart of the service.
I also experimented with phonewakestate but nothing seems to avoid this problem.
Do you have a suggestion how to solve this problem?
I have a foreground service that reschedules itself using StartServiceAt("", RestartAt, True)
This works fine with a lot of different devices.
However, it seems to be that some android implementations go into some kind of deep sleep mode that just ignores the scheduled restart of the service.
I also experimented with phonewakestate but nothing seems to avoid this problem.
Do you have a suggestion how to solve this problem?