Dear friends,
please. I am starting some Services in my App (SDK 26)
If services are started then each time is here sound. It is possible to disable this sound?
What is standard way for checking if service is started (or running)?
For example:
Is that good way for checking if the service is running or not? And if not , then the service is started? I am asking because of SOUND after each STARRTING of service.
Thank you very much
p4ppc
please. I am starting some Services in my App (SDK 26)
If services are started then each time is here sound. It is possible to disable this sound?
What is standard way for checking if service is started (or running)?
For example:
B4X:
If IsPaused(myservice)=false then startservice(myservice)
Thank you very much
p4ppc
Last edited: