I'm not clear on the difference between StartServiceAtExact and StartServiceAt.
If StartServiceAt does not start at the exact time given, then when does it start?
@Erel Well,now we should use StartServiceAtExact for android > 4.4 and StartServiceAt for android < 4.4 ?
or we can use StartServiceAtExact for all android versions?
StartServiceAtExact(svcDownload, Datetime.now + X ,True)
But it generates an error:
Error description: Undeclared variable 'startserviceatexact' is used before it was assigned any value.
I am using a phone with OS 5.0. How do you get StartServiceAtExact to work. It is not recognized?
Thank you
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.