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.
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.