Android Question StartAtBoot initialization sequence

Alessandro71

Well-Known Member
Licensed User
Longtime User
I have a service (not the Starter service) set to

B4X:
#Region  Service Attributes
    #StartAtBoot: True
#End Region

In Service_Start I need to access some globals that are initialized in the Starter Service.
Can I assume that the Starter Service is always started first than a service that is set to StartAtBoot?
 

DonManfred

Expert
Licensed User
Longtime User
Not that i know of. No.
 
Upvote 0
Top