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?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…