Android Question Start a service at boot from Starter service

Cebuvi

Active Member
Licensed User
Longtime User
Hello,
In my app I have a service that has to start in the boot of the device depending on the condition saved by the user.
I have thought about evaluating the condition in the Starter service and starting the service or not.
Is it correct to evaluate the condition in the Starter service or is it better to do it in a different service that starts at boot?
Thanks.
 

DonManfred

Expert
Licensed User
Longtime User
You can not use the Starter Service to start at boot!

It is mandatory that you use any other Service.
 
Upvote 0
Top