Hi, I need some help with my Service..
This service is working great.. but when the device go to sleep, my service is stopped.
When the screen unlock and wakeup the phone, my service continue..
I have the DuringSleep to "true",.. StartServiceAt("", DateTime.Now + 60 * 1000, True)
So.. What can I do?
Thanks
This service is working great.. but when the device go to sleep, my service is stopped.
When the screen unlock and wakeup the phone, my service continue..
I have the DuringSleep to "true",.. StartServiceAt("", DateTime.Now + 60 * 1000, True)
So.. What can I do?
Thanks