I do NOT want the Starter Service to start at boot. This is because the first run of the App on a device requires some user configuration before the services will work.
The Service Attribute #StartAtBoot: False is not working for me. the service still starts.
Starter Module:
Log from App:
Logger connected to: samsung SM-T377V
--------- beginning of crash
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
Any ideas?
The Service Attribute #StartAtBoot: False is not working for me. the service still starts.
Starter Module:
B4X:
#Region Service Attributes
#StartAtBoot: False
#ExcludeFromLibrary: True
#End Region
Log from App:
Logger connected to: samsung SM-T377V
--------- beginning of crash
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
Any ideas?