Android Question How does StartServiceAt work under the hood?

JackKirk

Well-Known Member
Licensed User
Longtime User
If you

google "startserviceat"

including the quotes so that you don't get a pile of garbage hits - it seems to indicate that there is no such thing as an Android startserviceat.

I'd be interested to know how it was implemented in B4A.

Thanks...
 

wes58

Active Member
Licensed User
Longtime User
If you

google "startserviceat"

including the quotes so that you don't get a pile of garbage hits - it seems to indicate that there is no such thing as an Android startserviceat.

I'd be interested to know how it was implemented in B4A.

Thanks...
It is based on Android AlarmManager class. So google that.
You can also find something here for startserviceatexact (which was another version after google made changes to their AlarmManager and "startserviceat" wasn't accurate) https://www.b4x.com/android/forum/t...rvicestartatexact-not-accurate.65117/#content
 
Upvote 0
Top